| commit | 247afcc6a904afff18e67154bda85930523dfb88 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Jan 24 15:24:38 2012 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Jan 24 15:24:38 2012 +0000 |
| tree | a35f156c6f8b68f2293779e96f63ee621355f0ce | |
| parent | 38f3981a99073a0b6a491a0d3d3d2b87ba819c31 [diff] |
Only mark an IdentifierInfo as having changed since deserialization when it actually has changed (and not, e.g., when we've simply attached a deserialized macro definition). Good for ~1.5% reduction in module file size, mostly in the identifier table. llvm-svn: 148808