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
Allow a set of custom regexes for lines to hide to be provided #8
For example a flag I use to hide spam from my linker:
--hide-custom "^\/usr\/bin\/ld\.gold: warning: hidden symbol"