Re: [PATCH] c++: tweak colorization of incompatible declspecs

2024-12-11 Thread David Malcolm
On Fri, 2024-11-15 at 20:05 -0500, David Malcolm wrote: > Introduce a helper function for complaining about "signed unsigned" > and "short long".  Add colorization there so that e.g. the 'signed' > and 'unsigned' are given consisten contrasting colors in both the > message and the quoted source. >

[PATCH] c++: tweak colorization of incompatible declspecs

2024-11-15 Thread David Malcolm
Introduce a helper function for complaining about "signed unsigned" and "short long". Add colorization there so that e.g. the 'signed' and 'unsigned' are given consisten contrasting colors in both the message and the quoted source. Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. g