commit | a3e59b49e7e91abd97f31e3b1402d7356ac9fd74 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed Aug 24 21:56:08 2011 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Wed Aug 24 21:56:08 2011 +0000 |
tree | 1e9679605b8287c767c50492f1c8328ed3e4355a | |
parent | 4b701af908a01dc2edc36bd46947f24df4de8e68 [diff] |
Don't force the complete deserialization of the visible-declarations table when serializing an AST file. This was a holdover from the days before chained PCH, and is a complete waste of time and storage now. It's a good thing it's useless, because I have no idea how I would have implemented MaterializeVisibleDecls efficiently in the presence of modules. llvm-svn: 138496