[cfe-commits] r127137 - in /cfe/trunk: include/clang/Driver/Driver.h lib/Driver/Driver.cpp lib/Driver/Tools.cpp tools/driver/driver.cpp

Joerg Sonnenberger joerg at britannica.bec.de
Sun Mar 6 17:11:11 PST 2011


On Sun, Mar 06, 2011 at 11:31:02PM -0000, Joerg Sonnenberger wrote:
> Author: joerg
> Date: Sun Mar  6 17:31:01 2011
> New Revision: 127137
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=127137&view=rev
> Log:
> If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no
> input is specified, use stdin implicitly. Based on a patch from
> Roman Divacky.

This broke the --no-demangle handling. Attached is a revised patch on
top. This changes back to passing down C->getArgs() as before, just
using the original DerivedArgList type. OK?

Joerg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: driver.diff
Type: text/x-diff
Size: 3009 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110307/e6c0cd6d/attachment.diff>


More information about the cfe-commits mailing list