felipeprov / include-what-you-use

Automatically exported from code.google.com/p/include-what-you-use
Other
0 stars 0 forks source link

Feature request - command line argument --log-file #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In my setup clang produces a gigantic list  of errors and warnings even though 
gcc does not. Clang's warnings can be suppressed with command line parameter 
but unfortunately not the errors. In such output it is difficult to locate the 
messages produced by iwyu. It would be very helpful if iwyu had a command line 
parameter  for a log file, for ex. --log-file.

Here are the command lines params I am currently using:

make -k CXX="/include-what-you-use -w -ferror-limit=0" 

-w suppresses warnings; ferror-limit  is needed so clang does not about after 
the max of error messages is used.

Original issue reported on code.google.com by emarin...@gmail.com on 9 Apr 2011 at 12:10

GoogleCodeExporter commented 9 years ago
Sorry, somehow  issue #29 got entered twice.

Original comment by emarin...@gmail.com on 9 Apr 2011 at 12:12

GoogleCodeExporter commented 9 years ago

Original comment by csilv...@gmail.com on 9 Apr 2011 at 2:53