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 c0127ab commit 086ee33Copy full SHA for 086ee33
lib/CppInterOp/Compatibility.h
@@ -30,7 +30,7 @@ static inline char* GetEnv(const char* Var_Name) {
30
#if CLANG_VERSION_MAJOR < 21
31
#define clang_LookupResult_Found clang::LookupResult::Found
32
#define clang_LookupResult_Not_Found clang::LookupResult::NotFound
33
-#define clang_LookupResult_Found_Overloaded clang::LookupResult::FoundOverloaded ^~~~~~~~~~~~~~~
+#define clang_LookupResult_Found_Overloaded clang::LookupResult::FoundOverloaded
34
#else
35
#define clang_LookupResult_Found clang::LookupResultKind::Found
36
#define clang_LookupResult_Not_Found clang::LookupResultKind::NotFound
0 commit comments