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
2024-03-22 12:32:36 +00:00
..
bitcoin-tidy.cpp
CMakeLists.txt tidy: set minimum CMake to 3.22 2024-03-22 12:32:36 +00: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
README.md doc: Rename contrib/devtools/bitcoin-tidy/README to README.md 2024-03-22 10:53:21 +00:00

Bitcoin Tidy

Example Usage:

cmake -S . -B build -DLLVM_DIR=$(llvm-config --cmakedir) -DCMAKE_BUILD_TYPE=Release

cmake --build build -j$(nproc)

cmake --build build --target bitcoin-tidy-tests -j$(nproc)