]> granicus.if.org Git - clang/commit
[modules] Remove the now-redundant import of all pending macros at the end of buildin...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Apr 2015 21:20:19 +0000 (21:20 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Apr 2015 21:20:19 +0000 (21:20 +0000)
commitf081abcc520dfddb0373a9f8521f05210e0fdae9
tree7766547fa1caef124f9750b38ca7838698d5d22f
parenta09eec8c9193bc7e1a6ef2616712d56f583a933a
[modules] Remove the now-redundant import of all pending macros at the end of building a module.

Since we now track module macros separately from their visibility state, this
is no longer necessary.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235648 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/MacroInfo.h
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReader.cpp