Skip to content

Commit 1c66023

Browse files
committed
Merge bitcoin/bitcoin#32662: doc: Remove build instruction for running clang-tidy
4b1b36a doc: Remove build instruction for running `clang-tidy` (Hennadii Stepanov) Pull request description: One of the benefits of using a compilation database, which is available after the CMake build system generation step, is that it is not necessary to actually build the code in order to run `clang-tidy`. ACKs for top commit: TheCharlatan: ACK 4b1b36a janb84: ACK 4b1b36a Tree-SHA512: cf28fb1bcff83016b927522f1c719f3b91df7d107a310250c550308c8544b212fa6d2e8a5502d69fa424421acdf952469edd67504ac2a8465a2c1520593a1f26
2 parents 9e10510 + 4b1b36a commit 1c66023

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/developer-notes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ Configure with clang as the compiler:
221221

222222
```sh
223223
cmake -B build -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
224-
cmake --build build -j $(nproc)
225224
```
226225

227226
The output is denoised of errors from external dependencies.

0 commit comments

Comments
 (0)