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)
llvm-svn: 345993

clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def

index 6e1c9a4..03c83e7 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