We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a1654 commit a65ac8bCopy full SHA for a65ac8b
clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
@@ -10,10 +10,9 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-#if !defined(LLVM_ADT_STRINGREF_H) || !defined(LLVM_CLANG_STATICANALYZER_CORE_ANALYZEROPTIONS_H)
+#ifndef LLVM_CLANG_STATICANALYZER_CORE_ANALYZEROPTIONS_H
14
#error This .def file is expected to be included in translation units where \
15
-"llvm/ADT/StringRef.h" and "clang/StaticAnalyzer/Core/AnalyzerOptions.h" are \
16
-already included!
+"clang/StaticAnalyzer/Core/AnalyzerOptions.h" is already included!
17
#endif
18
19
#ifdef ANALYZER_OPTION
0 commit comments