diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-03-05 20:51:45 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-03-05 20:51:45 +0000 |
commit | 8c71eba19f267c5ea6561d9d92fbc963cfc88a9c (patch) | |
tree | ab156303eee040068df828d9df4a1791673278f3 /clang/test/Modules/Inputs/recursive1.h | |
parent | b63570ecb63e0a835ecc99ada27cfabf492e4e3d (diff) | |
download | bcm5719-llvm-8c71eba19f267c5ea6561d9d92fbc963cfc88a9c.tar.gz bcm5719-llvm-8c71eba19f267c5ea6561d9d92fbc963cfc88a9c.zip |
If a #include finds a file relative to the current file, don't forget to check
whether it's part of a module.
llvm-svn: 203005
Diffstat (limited to 'clang/test/Modules/Inputs/recursive1.h')
-rw-r--r-- | clang/test/Modules/Inputs/recursive1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/recursive1.h b/clang/test/Modules/Inputs/recursive1.h new file mode 100644 index 00000000000..8cb59173972 --- /dev/null +++ b/clang/test/Modules/Inputs/recursive1.h @@ -0,0 +1 @@ +#include "recursive2.h" |