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

Please specify differences to original gccfilter #10

Open HDembinski opened 8 years ago

HDembinski commented 8 years ago

Hi licheng,

I stumbled over this derivative and the original gccfilter. I was wondering, what is the difference between the two? Why did you fork the project and how did you improve it? A note in the README would be nice. :)

Thanks, Hans