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

Fix typos, --color-withclause #1

Closed dln closed 11 years ago

dln commented 12 years ago

--color-withclause didn't work, and I changed to consistent spelling of 'instantiated'.

Cheers, /d