0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-06 14:19:59 -05:00
bitcoin-core/contrib/devtools/bitcoin-tidy
..
bitcoin-tidy.cpp
CMakeLists.txt
example_nontrivial-threadlocal.cpp
nontrivial-threadlocal.cpp
nontrivial-threadlocal.h
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)