You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoin/contrib/devtools/bitcoin-tidy
MarcoFalke 3333415890
scripted-diff: LogPrint -> LogDebug
2 months ago
..
CMakeLists.txt clang-tidy: add check for non-trivial thread_local vars 6 months ago
README.md doc: Rename `contrib/devtools/bitcoin-tidy/README` to `README.md` 8 months ago
bitcoin-tidy.cpp clang-tidy: add check for non-trivial thread_local vars 6 months ago
example_logprintf.cpp scripted-diff: LogPrint -> LogDebug 2 months ago
example_nontrivial-threadlocal.cpp clang-tidy: add check for non-trivial thread_local vars 6 months ago
logprintf.cpp bitcoin-tidy: Apply bitcoin-unterminated-logprintf to spkm as well 1 year ago
logprintf.h
nontrivial-threadlocal.cpp clang-tidy: add check for non-trivial thread_local vars 6 months ago
nontrivial-threadlocal.h clang-tidy: add check for non-trivial thread_local vars 6 months ago

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)