summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-08-20 23:35:55 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-08-20 23:35:55 +0000
commitd32ee89ea2c2eeb944a40a527fb7b621a51037ea (patch)
tree38377ceac05800b2e96eb075cf5beac01db255e0 /clang/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm
parentb155b21195e1fe6a8dbda20b5b30d6dd8a127663 (diff)
downloadbcm5719-llvm-d32ee89ea2c2eeb944a40a527fb7b621a51037ea.tar.gz
bcm5719-llvm-d32ee89ea2c2eeb944a40a527fb7b621a51037ea.zip
Fix an issue with writing to PCH another included PCH, introduced by the "using an AST on-disk hash table for name lookup" commit.
When including a PCH and later re-emitting to another PCH, the name lookup tables of DeclContexts may be incomplete, since we now lazily deserialize the visible decls of a particular name. Fix the issue by iterating over the un-deserialized visible decls and completing the lookup tables of DeclContexts before writing them out. llvm-svn: 111698
Diffstat (limited to 'clang/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud