summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/require-modular-includes/FromAnotherModule.framework/Headers/FromAnotherModule.h
diff options
context:
space:
mode:
authorBen Langmuir <blangmuir@apple.com>2014-05-05 21:44:13 +0000
committerBen Langmuir <blangmuir@apple.com>2014-05-05 21:44:13 +0000
commit71e1a64f916eefe0af44b0fedfc06eebbc7c6ce6 (patch)
tree621e73d7be3e162f2d8879cf0f987c16f60d1c99 /clang/test/Modules/Inputs/require-modular-includes/FromAnotherModule.framework/Headers/FromAnotherModule.h
parent6beaa8adb8bce9c5f0bcd8e07edc620ddc6f28a0 (diff)
downloadbcm5719-llvm-71e1a64f916eefe0af44b0fedfc06eebbc7c6ce6.tar.gz
bcm5719-llvm-71e1a64f916eefe0af44b0fedfc06eebbc7c6ce6.zip
Add -Wnon-modular-include* options
Warn on non-modular includes in various contexts. -Wnon-modular-include -Wnon-modular-include-in-module -Wnon-modular-include-in-framework-module Where each group is a subgroup of those above it. llvm-svn: 208004
Diffstat (limited to 'clang/test/Modules/Inputs/require-modular-includes/FromAnotherModule.framework/Headers/FromAnotherModule.h')
-rw-r--r--clang/test/Modules/Inputs/require-modular-includes/FromAnotherModule.framework/Headers/FromAnotherModule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/require-modular-includes/FromAnotherModule.framework/Headers/FromAnotherModule.h b/clang/test/Modules/Inputs/require-modular-includes/FromAnotherModule.framework/Headers/FromAnotherModule.h
new file mode 100644
index 00000000000..1fe5c08acee
--- /dev/null
+++ b/clang/test/Modules/Inputs/require-modular-includes/FromAnotherModule.framework/Headers/FromAnotherModule.h
@@ -0,0 +1 @@
+#include "AnotherModule.h"
OpenPOWER on IntegriCloud