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 /Source/LexerParser/cmExprLexer.cxx | |
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 'Source/LexerParser/cmExprLexer.cxx')
-rw-r--r-- | Source/LexerParser/cmExprLexer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/LexerParser/cmExprLexer.cxx b/Source/LexerParser/cmExprLexer.cxx index 72e59b6..5a76590 100644 --- a/Source/LexerParser/cmExprLexer.cxx +++ b/Source/LexerParser/cmExprLexer.cxx @@ -664,7 +664,7 @@ Modify cmExprLexer.cxx: /* IWYU pragma: no_forward_declare yyguts_t */ -#ifndef __clang_analyzer__ /* Suppress clang scan-build warnings */ +#ifndef __clang_analyzer__ /* Suppress clang-analyzer warnings */ #include "cmExprParserHelper.h" |