We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219d6c2 commit 4a83af7Copy full SHA for 4a83af7
generator/preprocessorcallback.h
@@ -25,7 +25,7 @@
25
#include <clang/Basic/Version.h>
26
#include <clang/Lex/MacroInfo.h>
27
#include <clang/Lex/PPCallbacks.h>
28
-#if CLANG_VERSION_MAJOR >= 15
+#if CLANG_VERSION_MAJOR == 15
29
#include <llvm/ADT/Optional.h>
30
#endif
31
0 commit comments