]> granicus.if.org Git - clang/commit
Revert "[Modules] Prevent #import to reenter header if not building a module."
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sat, 12 Aug 2017 01:38:26 +0000 (01:38 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sat, 12 Aug 2017 01:38:26 +0000 (01:38 +0000)
commit1b599a5f36a0d4b26cf3c647712916de29b0d915
tree74f0fcf095afb8c662c33b28e3134686778022c6
parent1daee8a30da6755652e67584cfa769c3cd4a0537
Revert "[Modules] Prevent #import to reenter header if not building a module."

This reverts commit r310605. Richard pointed out a better way to achieve
this, which I'll post a patch for soon.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310775 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/HeaderSearch.cpp
test/Modules/Inputs/import-textual/x.h [deleted file]
test/Modules/import-textual-nomodules.m [deleted file]