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
Original issue reported on code.google.com by
emarin...@gmail.com
on 9 Apr 2011 at 12:10