From: Kristof Umann Date: Fri, 2 Nov 2018 16:32:15 +0000 (+0000) Subject: Didn't -> didnt, because #errors complains about untermianted ' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b6e89a571b0d5f5f104a293b97565597133fd4b;p=clang Didn't -> didnt, because #errors complains about untermianted ' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345993 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def b/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def index 6e1c9a4fda..03c83e7b62 100644 --- a/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def +++ b/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def @@ -41,14 +41,14 @@ #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