[cfe-commits] [patch] rewrite-includes crash support
David Blaikie
dblaikie at gmail.com
Thu Jun 14 10:47:54 PDT 2012
On Wed, Jun 13, 2012 at 5:12 PM, Chandler Carruth <chandlerc at google.com> wrote:
> On Wed, Jun 13, 2012 at 4:57 PM, David Blaikie <dblaikie at gmail.com> wrote:
>>
>> Sending this for review because it has a few different changes in
>> areas I'm less familiar with (driver) though they're mostly
>> mechanical. Each one's probably OK for post-commit review, but I
>> didn't want to spam the commit queue & then find review feedback for
>> the first one that would interfere with the later patches & all get a
>> bit messy.
>
> Can you break these up into separate patches to make review easier?
Sure thing - wasn't sure what the most easily consumed form would be
given the interdependences.
>> The changes included are:
>>
>> Rename -rewrite-includes to -frewrite-includes
>
> Just commit this part, it's fine to post-commit review.
r158458
>> Support -frewrite-includes as an option while preprocessing, rather
>> than as a flag of its own
>
> Go ahead and commit this one too, although a separate commit please.
r158460
>> Fix crash in -frewrite-includes when a #include specified a file that
>> could not be found.
>
> And go ahead and commit this one, but again as a separate commit. =]
r158459
> Then lets review the two left as two separate patch files?
Sure, attached.
Thanks,
- David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: crash_report_rewrite_includes.diff
Type: application/octet-stream
Size: 1112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120614/3b17827d/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: driver_rewrite_includes.diff
Type: application/octet-stream
Size: 2369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120614/3b17827d/attachment-0001.obj>
More information about the cfe-commits
mailing list