commit | 92304e0013b7df2396d143c7e23c2197bcc0d13d | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Oct 18 22:48:20 2013 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Oct 18 22:48:20 2013 +0000 |
tree | 4c8db6438f96c8daa7bfb59ad858bd2da5b33af0 | |
parent | c064a9abff4413fa5fc2fb96fdb78a436e01d18a [diff] [blame] |
Fix crash if a submodule @imports another submodule from the same module. The test also adds FIXMEs for a number of places where imports and includes of submodules don't work very well. llvm-svn: 193005
diff --git a/clang/test/Modules/Inputs/submodules/import-self-d.h b/clang/test/Modules/Inputs/submodules/import-self-d.h new file mode 100644 index 0000000..e32a6f5 --- /dev/null +++ b/clang/test/Modules/Inputs/submodules/import-self-d.h
@@ -0,0 +1 @@ +typedef int MyTypeD;