aboutsummaryrefslogtreecommitdiff
path: root/utils/health/README.md
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2020-11-06 17:45:32 +0100
committermj-xmr <mjxmr@protonmail.com>2020-12-28 09:01:24 +0100
commita2bd6deb12c0052f2716ecb8b86d471415b172d0 (patch)
treee3d32b86ad85608e2586261b401a8c1839e082fb /utils/health/README.md
parentMerge pull request #7199 (diff)
downloadmonero-a2bd6deb12c0052f2716ecb8b86d471415b172d0.tar.xz
Clang IWYU header checker script
Run with utils/health/clang-include-what-you-use-run.sh
Diffstat (limited to 'utils/health/README.md')
-rw-r--r--utils/health/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/health/README.md b/utils/health/README.md
index dea46280e..8fadd3908 100644
--- a/utils/health/README.md
+++ b/utils/health/README.md
@@ -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`