[modules] Don't write out name lookup table entries merely because the module
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Feb 2015 03:40:09 +0000 (03:40 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Feb 2015 03:40:09 +0000 (03:40 +0000)
commit4a7e390c12157bd8e48295eae47291e05d292afa
tree38f057bbf9cc4e629c80368cfcb9b65da350b3a5
parent4a528dd5be29ca72493205c1b9aeab88ce1e872f
[modules] Don't write out name lookup table entries merely because the module
happened to query them; only write them out if something new was added.

llvm-svn: 230727
clang/include/clang/AST/DeclContextInternals.h
clang/include/clang/Serialization/ASTWriter.h
clang/lib/Serialization/ASTWriter.cpp