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
fanquake 7bf078f2b7
Merge bitcoin/bitcoin#28237: refactor: Enforce C-str fmt strings in WalletLogPrintf()
1 year ago
..
CMakeLists.txt bitcoin-tidy: fix macOS build 1 year ago
README doc: use llvm-config for bitcoin-tidy example 1 year ago
bitcoin-tidy.cpp
example_logprintf.cpp bitcoin-tidy: Apply bitcoin-unterminated-logprintf to spkm as well 1 year ago
logprintf.cpp bitcoin-tidy: Apply bitcoin-unterminated-logprintf to spkm as well 1 year ago
logprintf.h doc: Fix bitcoin-unterminated-logprintf tidy comments 1 year ago

README

# Bitcoin Tidy

Example Usage:

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