bitcoin/contrib/devtools/bitcoin-tidy/README
fanquake 1c976c691c
tidy: Integrate bicoin-tidy clang-tidy plugin
Enable `bitcoin-unterminated-logprintf`.

Co-authored-by: Cory Fields <cory-nospam-@coryfields.com>
2023-08-03 17:52:24 +01:00

8 lines
151 B
Text

# 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)
```