mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Clang IWYU header checker script
Run with utils/health/clang-include-what-you-use-run.sh
This commit is contained in:
parent
b2221881a1
commit
a2bd6deb12
2 changed files with 79 additions and 0 deletions
|
@ -15,6 +15,10 @@ On the first run, the script will complain about the missing ClangBuildAnalyzer
|
|||
`utils/health/clang-tidy-run.sh`
|
||||
Performs Lint checks on the source code and stores the result in the build directory. More information on the [home page](https://clang.llvm.org/extra/clang-tidy/).
|
||||
|
||||
##include-what-you-use
|
||||
`utils/health/clang-include-what-you-use-run.sh`
|
||||
Analyses the header file hierarchy and delivers hints on how to reduce their complexity. More information on the [home page](https://include-what-you-use.org/).
|
||||
|
||||
|
||||
##Valgrind checks
|
||||
`utils/health/valgrind-tests.sh`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue