0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00
bitcoin-core/contrib/devtools/bitcoin-tidy
..
bitcoin-tidy.cpp
CMakeLists.txt
example_logprintf.cpp
logprintf.cpp
logprintf.h
README

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