bitcoin/contrib/devtools/bitcoin-tidy
Cory Fields bb3263d3e3 bitcoin-tidy: fix macOS build
LLVM uses these options for building as well, so there's precedent.

Also fix the shared library extension which was incorrectly being set to dylib
2023-08-10 21:14:50 +00:00
..
bitcoin-tidy.cpp tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00
CMakeLists.txt bitcoin-tidy: fix macOS build 2023-08-10 21:14:50 +00:00
example_logprintf.cpp tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00
logprintf.cpp tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01:00
logprintf.h tidy: Integrate bicoin-tidy clang-tidy plugin 2023-08-03 17:52:24 +01: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)
```