r173976 - Diagnostics: if a line is longer than 4096 characters, don't print it.
Sean Silva
silvas at purdue.edu
Wed Jan 30 13:49:05 PST 2013
+ static const unsigned MaxLineLength = 4096;
How about MaxLineLengthToPrint? The current name is super generic and
sounds like the size of a statically allocated array.
-- Sean Silva
More information about the cfe-commits
mailing list