[cfe-commits] r55749 - /cfe/trunk/utils/ccc-analyzer

Ted Kremenek kremenek at apple.com
Fri Sep 12 11:04:02 PDT 2008


On Sep 7, 2008, at 2:04 PM, Sascha Wildner wrote:

> Ted Kremenek schrieb:
>> Author: kremenek
>> Date: Wed Sep  3 19:02:34 2008
>> New Revision: 55749
>> URL: http://llvm.org/viewvc/llvm-project?rev=55749&view=rev
>> Log:
>> ccc-analyzer:
>> - Capture the STDERR output of 'clang' to a file for use with crash  
>> reporting.
>> Modified:
>>    cfe/trunk/utils/ccc-analyzer
>
> Personally, I'd prefer if clang's complete STDERR output could be  
> saved somewhere nevertheless (or continued to go to the screen as  
> well). Its warnings are quite informative and it seems that after  
> this commit only the output of files which give an error is preserved.
>
> Regards,
> Sascha
>

Hi Sascha,

Sorry for the delay; I was on vacation.

I completely agree.  In the following patch I reinstated echoing all  
of clang's STDERR to the terminal:

http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080908/007541.html

Ted



More information about the cfe-commits mailing list