From 71e1a64f916eefe0af44b0fedfc06eebbc7c6ce6 Mon Sep 17 00:00:00 2001 From: Ben Langmuir Date: Mon, 5 May 2014 21:44:13 +0000 Subject: 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 --- .../Headers/ExcludedFromAnotherModule.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 clang/test/Modules/Inputs/require-modular-includes/ExcludedFromAnotherModule.framework/Headers/ExcludedFromAnotherModule.h (limited to 'clang/test/Modules/Inputs/require-modular-includes/ExcludedFromAnotherModule.framework') diff --git a/clang/test/Modules/Inputs/require-modular-includes/ExcludedFromAnotherModule.framework/Headers/ExcludedFromAnotherModule.h b/clang/test/Modules/Inputs/require-modular-includes/ExcludedFromAnotherModule.framework/Headers/ExcludedFromAnotherModule.h new file mode 100644 index 00000000000..0c0ce7bb560 --- /dev/null +++ b/clang/test/Modules/Inputs/require-modular-includes/ExcludedFromAnotherModule.framework/Headers/ExcludedFromAnotherModule.h @@ -0,0 +1 @@ +#include "AnotherModuleExcluded.h" -- cgit v1.2.3