| commit | a534a31c5e73163eaa61560cd4e0c4c19bcbcfb1 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Jul 21 23:54:07 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Jul 21 23:54:07 2015 +0000 |
| tree | 7e27c06c168865d3d0d300b93a015c414ba38bcc | |
| parent | 159e5ed9dc8f8107cbd32521e4e2436254f2b07e [diff] |
[modules] In C++, stop serializing and deserializing a list of declarations in the identifier table. This is redundant, since the TU-scope lookups are also serialized as part of the TU DeclContext, and wasteful in a number of ways. We still emit the decls for PCH / preamble builds, since for those we want identical results, not merely semantically equivalent ones. llvm-svn: 242855