0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00
bitcoin-core/contrib/devtools/bitcoin-tidy
MarcoFalke 3333415890
scripted-diff: LogPrint -> LogDebug
-BEGIN VERIFY SCRIPT-
 sed -i 's/\<LogPrint\>/LogDebug/g' $( git grep -l '\<LogPrint\>'  -- ./contrib/ ./src/ ./test/ ':(exclude)src/logging.h' )
-END VERIFY SCRIPT-
2024-08-29 13:49:57 +02:00
..
bitcoin-tidy.cpp clang-tidy: add check for non-trivial thread_local vars 2024-05-22 13:47:09 +00:00
CMakeLists.txt clang-tidy: add check for non-trivial thread_local vars 2024-05-22 13:47:09 +00:00
example_logprintf.cpp scripted-diff: LogPrint -> LogDebug 2024-08-29 13:49:57 +02:00
example_nontrivial-threadlocal.cpp clang-tidy: add check for non-trivial thread_local vars 2024-05-22 13:47:09 +00:00
logprintf.cpp
logprintf.h
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

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)