licheng / gccfilter

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.
21 stars 6 forks source link

A couple of fixes for this cool script #3

Closed dichlofos closed 11 years ago

dichlofos commented 11 years ago

We have tested gccfilter on our (relatively large) codebase and found some issues:

Thanks in advance!