diff options
author | Brad King <brad.king@kitware.com> | 2021-06-03 18:50:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-03 18:59:55 (GMT) |
commit | c1b575f4d110231617a7cb62187d553d67faad31 (patch) | |
tree | cc8e9bab09eb62486d2301fb7bd9fadcce03457f /CTestCustom.cmake.in | |
parent | dbfb50cd72e91000848a12e9e70a066c185828f7 (diff) | |
download | CMake-c1b575f4d110231617a7cb62187d553d67faad31.zip CMake-c1b575f4d110231617a7cb62187d553d67faad31.tar.gz CMake-c1b575f4d110231617a7cb62187d553d67faad31.tar.bz2 |
clang-analyzer: rename from scan-build in comments
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 238ca15..682297e 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.*" |