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

Allow a set of custom regexes for lines to hide to be provided #8

Closed zed0 closed 8 years ago

zed0 commented 8 years ago

For example a flag I use to hide spam from my linker: --hide-custom "^\/usr\/bin\/ld\.gold: warning: hidden symbol"

licheng commented 8 years ago

thank you for your pull request :)