bitcoin/contrib/devtools/bitcoin-tidy
MarcoFalke fa244f3321
doc: Fix bitcoin-unterminated-logprintf tidy comments
* Move module description from test to LogPrintfCheck
* Add test doc
* Remove unused comment, see https://github.com/bitcoin/bitcoin/pull/26296/files#r1279351539
2023-08-08 09:11:05 +02:00
..
bitcoin-tidy.cpp tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00
CMakeLists.txt tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00
example_logprintf.cpp doc: Fix bitcoin-unterminated-logprintf tidy comments 2023-08-08 09:11:05 +02:00
logprintf.cpp tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00
logprintf.h doc: Fix bitcoin-unterminated-logprintf tidy comments 2023-08-08 09:11:05 +02:00
README tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00

# 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)
```