0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00
bitcoin-bitcoin-core/contrib/devtools/bitcoin-tidy
2023-08-16 14:56:37 +02:00
..
bitcoin-tidy.cpp tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00
CMakeLists.txt tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00
example_logprintf.cpp bitcoin-tidy: Apply bitcoin-unterminated-logprintf to spkm as well 2023-08-16 14:56:37 +02:00
logprintf.cpp bitcoin-tidy: Apply bitcoin-unterminated-logprintf to spkm as well 2023-08-16 14:56:37 +02:00
logprintf.h doc: Fix bitcoin-unterminated-logprintf tidy comments 2023-08-08 09:11:05 +02:00
README tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00

# Bitcoin Tidy

Example Usage:

```bash
cmake -S . -B build -DLLVM_DIR=/path/to/lib/cmake/llvm -DCMAKE_BUILD_TYPE=Release
make -C build -j$(nproc)
```