bitcoin/contrib/devtools/bitcoin-tidy
Hennadii Stepanov 669ea0aa4a
doc: Rename `contrib/devtools/bitcoin-tidy/README` to `README.md`
This change fixes the file formatting on the GitHub website.
2024-03-22 10:53:21 +00:00
..
CMakeLists.txt bitcoin-tidy: fix macOS build 2023-08-10 21:14:50 +00:00
README.md doc: Rename `contrib/devtools/bitcoin-tidy/README` to `README.md` 2024-03-22 10:53:21 +00:00
bitcoin-tidy.cpp 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.md

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)