mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
fa244f3321
* Move module description from test to LogPrintfCheck * Add test doc * Remove unused comment, see https://github.com/bitcoin/bitcoin/pull/26296/files#r1279351539 |
||
---|---|---|
.. | ||
bitcoin-tidy.cpp | ||
CMakeLists.txt | ||
example_logprintf.cpp | ||
logprintf.cpp | ||
logprintf.h | ||
README |
# Bitcoin Tidy Example Usage: ```bash cmake -S . -B build -DLLVM_DIR=/path/to/lib/cmake/llvm -DCMAKE_BUILD_TYPE=Release make -C build -j$(nproc) ```