bitcoin/contrib/devtools/bitcoin-tidy
2024-10-01 11:34:22 +02:00
..
bitcoin-tidy.cpp Remove redundant unterminated-logprintf tidy check 2024-10-01 11:34:22 +02:00
CMakeLists.txt Remove redundant unterminated-logprintf tidy check 2024-10-01 11:34:22 +02:00
example_nontrivial-threadlocal.cpp clang-tidy: add check for non-trivial thread_local vars 2024-05-22 13:47:09 +00:00
nontrivial-threadlocal.cpp clang-tidy: add check for non-trivial thread_local vars 2024-05-22 13:47:09 +00:00
nontrivial-threadlocal.h clang-tidy: add check for non-trivial thread_local vars 2024-05-22 13:47:09 +00:00
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)