]> granicus.if.org Git - clang/commitdiff
Didn't -> didnt, because #errors complains about untermianted '
authorKristof Umann <dkszelethus@gmail.com>
Fri, 2 Nov 2018 16:32:15 +0000 (16:32 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Fri, 2 Nov 2018 16:32:15 +0000 (16:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345993 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/AnalyzerOptions.def

index 6e1c9a4fdaec80bee83c856b9d9e9cd79c3e9cd9..03c83e7b62d487d490edf16cd5679cf472f4bfe7 100644 (file)
 
 #ifdef ANALYZER_OPTION
 #ifndef ANALYZER_OPTION_DEPENDS_ON_USER_MODE
-#error If you didn't include this file with the intent of generating methods, \
+#error If you didnt include this file with the intent of generating methods, \
 define both 'ANALYZER_OPTION' and 'ANALYZER_OPTION_DEPENDS_ON_USER_MODE' macros!
 #endif
 #endif
 
 #ifndef ANALYZER_OPTION_DEPENDS_ON_USER_MODE
 #ifdef ANALYZER_OPTION
-#error If you didn't include this file with the intent of generating methods, \
+#error If you didnt include this file with the intent of generating methods, \
 define both 'ANALYZER_OPTION' and 'ANALYZER_OPTION_DEPENDS_ON_USER_MODE' macros!
 #endif
 #endif