summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-03 14:50:24 -0400
committerBrad King <brad.king@kitware.com>2021-06-03 14:59:55 -0400
commitc1b575f4d110231617a7cb62187d553d67faad31 (patch)
treecc8e9bab09eb62486d2301fb7bd9fadcce03457f /CTestCustom.cmake.in
parentdbfb50cd72e91000848a12e9e70a066c185828f7 (diff)
downloadcmake-c1b575f4d110231617a7cb62187d553d67faad31.tar.gz
clang-analyzer: rename from scan-build in comments
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 238ca1590b..682297e14c 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -83,7 +83,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"compilation completed with warnings" # PGI
"[0-9]+ Warning\\(s\\) detected" # SunPro
- # scanbuild exceptions
+ # clang-analyzer exceptions
"char_traits.h:.*: warning: Null pointer argument in call to string length function"
"stl_construct.h:.*: warning: Forming reference to null pointer"
".*stl_uninitialized.h:75:19: warning: Forming reference to null pointer.*"