]> granicus.if.org Git - clang/commit
Fix crash if a submodule @imports another submodule from the same module. The
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 18 Oct 2013 22:48:20 +0000 (22:48 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 18 Oct 2013 22:48:20 +0000 (22:48 +0000)
commitb934d248d001d1536e074e3e8da8f47db63d719f
tree5a93b3210a486c669a6b426d94298c9fb3f80859
parentc85832f6feffd646458f5493710e433724e0cf34
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInstance.cpp
test/Modules/Inputs/submodules/import-self-a.h [new file with mode: 0644]
test/Modules/Inputs/submodules/import-self-b.h [new file with mode: 0644]
test/Modules/Inputs/submodules/import-self-c.h [new file with mode: 0644]
test/Modules/Inputs/submodules/import-self-d.h [new file with mode: 0644]
test/Modules/Inputs/submodules/module.map
test/Modules/submodules.cpp