]> granicus.if.org Git - clang/commit
Save out a correct lookup table if a lookup table entry is stale (it contains
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Mar 2014 01:14:22 +0000 (01:14 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Mar 2014 01:14:22 +0000 (01:14 +0000)
commitde91a39d8507fc1091e2ab268a0089d0352161a7
tree01347301e2ead5cb3ef333003df521dc77097c4a
parentdad7449abdfca3473d9a9f327201ba883c1e2ef3
Save out a correct lookup table if a lookup table entry is stale (it contains
an out-of-date external decls list). This happens if we declare some names,
force the lookup table for the decl context to be built, import a module that
adds more decls for the name, then write out our module without looking up the
name.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204694 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTWriter.h
lib/Serialization/ASTWriter.cpp
test/Modules/Inputs/namespaces-left.h
test/Modules/Inputs/namespaces-top.h
test/Modules/cxx-templates.cpp
test/Modules/namespaces.cpp