[cfe-commits] patch: serialize Sema::UndefinedInternals in PCH

Nick Lewycky nlewycky at google.com
Fri Jan 25 02:32:46 PST 2013


This patch fixes a problem where the PCH fails to faithfully represent the
state of Sema, causing it to drop some -Wundefined-internal diagnostics
across PCH boundaries.

While there I noticed that KnownNamespaces was being emitted in an
indeterminate order and added code to sort them deterministically.

Please review!

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130125/d3e10116/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: undefined-internal-pch-1.patch
Type: application/octet-stream
Size: 13400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130125/d3e10116/attachment.obj>


More information about the cfe-commits mailing list