[cfe-commits] SourceManager rewrite v2

Sebastian Redl sebastian.redl at getdesigned.at
Sun Oct 10 09:29:35 PDT 2010


Hi,

Since the last patch I submitted for the SM rewrite was just too huge, I've torn it to pieces and checked some of them in. Here's the three pieces that remain.

The first removes the -chained-pch option and makes chained PCH the only way of PCH reuse.
The second just adds a constructor to a utility class.
The third is the actual rewrite.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: sm1.patch
Type: application/octet-stream
Size: 10748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101010/444cfeac/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sm2.patch
Type: application/octet-stream
Size: 1578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101010/444cfeac/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sm3.patch
Type: application/octet-stream
Size: 91706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101010/444cfeac/attachment-0002.obj>
-------------- next part --------------


Sebastian


More information about the cfe-commits mailing list