diff options
| author | Ben Langmuir <blangmuir@apple.com> | 2014-05-05 21:44:13 +0000 |
|---|---|---|
| committer | Ben Langmuir <blangmuir@apple.com> | 2014-05-05 21:44:13 +0000 |
| commit | 71e1a64f916eefe0af44b0fedfc06eebbc7c6ce6 (patch) | |
| tree | 621e73d7be3e162f2d8879cf0f987c16f60d1c99 /clang/test/Modules/Inputs/require-modular-includes/AnotherModule.h | |
| parent | 6beaa8adb8bce9c5f0bcd8e07edc620ddc6f28a0 (diff) | |
| download | bcm5719-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/AnotherModule.h')
| -rw-r--r-- | clang/test/Modules/Inputs/require-modular-includes/AnotherModule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/require-modular-includes/AnotherModule.h b/clang/test/Modules/Inputs/require-modular-includes/AnotherModule.h new file mode 100644 index 00000000000..96913aa22ac --- /dev/null +++ b/clang/test/Modules/Inputs/require-modular-includes/AnotherModule.h @@ -0,0 +1 @@ +// AnotherModule.h |

