gccfilter is a perl filter to colorize and simplify (or expand) gcc diagnostic messages. gccfilter is particularly aimed at g++ (i.e. dealinging with C++) messages which can contain lot of template-related errors or warnings difficult to sort out.
We have tested gccfilter on our (relatively large) codebase and found some issues:
hanging script on output with complicated template warnings
args passing problem (quotes/spaces loss)
We believe these fixes will be useful not only for us. Please review them and propose better solutions, if you can, of course.
We have tested gccfilter on our (relatively large) codebase and found some issues:
Thanks in advance!