aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/Module.framework/Frameworks/SubFramework.framework
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-12-12 18:47:39 +0000
committerDouglas Gregor <dgregor@apple.com>2011-12-12 18:47:39 +0000
commitd83d2e73fdbe425acc4cac7b8130c464cb98333d (patch)
tree513ff436ae1f71c2b1616a49a84ff34e2eaaedc2 /test/Modules/Inputs/Module.framework/Frameworks/SubFramework.framework
parentc08e618f990e3a01a86ee221df73268a66664be8 (diff)
Don't mark include guard macros as implicitly private. This isn't
actually a terribly good heuristic, and the world is too horrible for it to work. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146393 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/Inputs/Module.framework/Frameworks/SubFramework.framework')
-rw-r--r--test/Modules/Inputs/Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/Inputs/Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h b/test/Modules/Inputs/Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h
index 438fc9c516..a7b33f346e 100644
--- a/test/Modules/Inputs/Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h
+++ b/test/Modules/Inputs/Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h
@@ -1,4 +1,5 @@
#ifndef MODULE_SUBFRAMEWORK_H
#define MODULE_SUBFRAMEWORK_H
+#__private_macro__ MODULE_SUBFRAMEWORK_H
char *module_subframework;
#endif