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 --- .../test/Modules/Inputs/require-modular-includes/AnotherModuleExcluded.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 clang/test/Modules/Inputs/require-modular-includes/AnotherModuleExcluded.h (limited to 'clang/test/Modules/Inputs/require-modular-includes/AnotherModuleExcluded.h') diff --git a/clang/test/Modules/Inputs/require-modular-includes/AnotherModuleExcluded.h b/clang/test/Modules/Inputs/require-modular-includes/AnotherModuleExcluded.h new file mode 100644 index 00000000000..b539dd9ba9c --- /dev/null +++ b/clang/test/Modules/Inputs/require-modular-includes/AnotherModuleExcluded.h @@ -0,0 +1 @@ +// AnotherModuleExcluded.h -- cgit v1.2.3