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 27d762d commit 0e399f1Copy full SHA for 0e399f1
include/clang/Interpreter/CppInterOp.h
@@ -2,7 +2,12 @@
2
#define CLANG_CPPINTEROP_H
3
4
#include "CppInterOp/CppInterOp.h"
5
+#if defined(_MSC_VER)
6
+#pragma message( \
7
+ "#include <clang/Interpreter/CppInterOp.h> is deprecated; use #include <CppInterOp/CppInterOp.h")
8
+#else
9
#warning \
10
"#include <clang/Interpreter/CppInterOp.h> is deprecated; use #include <CppInterOp/CppInterOp.h"
11
+#endif
12
13
#endif // CLANG_CPPINTEROP_H
0 commit comments