diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-03-14 17:52:37 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-03-14 17:52:37 +0000 |
commit | 8d4e90b3197fc36a1a7c0fcad96e13f1f1f93029 (patch) | |
tree | 67f664e05cefef64ad41486d53c89591696a6ad2 /clang/test/Modules/Inputs/non-module.h | |
parent | 57195841291c581146cf0890172c69b066d0ec6f (diff) | |
download | bcm5719-llvm-8d4e90b3197fc36a1a7c0fcad96e13f1f1f93029.tar.gz bcm5719-llvm-8d4e90b3197fc36a1a7c0fcad96e13f1f1f93029.zip |
[modules] Don't diagnose non-modular includes from modular files that are
implementation units of modules rather than interface units.
llvm-svn: 263449
Diffstat (limited to 'clang/test/Modules/Inputs/non-module.h')
-rw-r--r-- | clang/test/Modules/Inputs/non-module.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/non-module.h b/clang/test/Modules/Inputs/non-module.h new file mode 100644 index 00000000000..c295900bd10 --- /dev/null +++ b/clang/test/Modules/Inputs/non-module.h @@ -0,0 +1,4 @@ +#ifndef NON_MODULE_H +#define NON_MODULE_H + +#endif |