bitcoin/contrib/devtools/bitcoin-tidy
fanquake 11ee058ef5
tidy: remove C compiler check
Also requires disabling FFI.
2024-03-22 13:48:00 +00:00
..
bitcoin-tidy.cpp
CMakeLists.txt tidy: remove C compiler check 2024-03-22 13:48:00 +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)