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 934eefd commit 80a6851Copy full SHA for 80a6851
clang/test/Headers/system_reserved_names.h
@@ -1,6 +1,10 @@
1
// Test that headers are not tripped up by the surrounding code defining various
2
// alphabetic macros. Also ensure that we don't swallow the definition of user
3
// provided macros (in other words, ensure that we push/pop correctly everywhere).
4
+//
5
+// The contents of this header is a lightly trimmed version of
6
+// libcxx/test/libcxx/system_reserved_names.gen.py; additions to that testcase
7
+// can be synced into this header as well.
8
9
#define SYSTEM_RESERVED_NAME This name should not be used in Clang headers
10
0 commit comments