]> granicus.if.org Git - clang/commit
Emit diagnostics in chunks even when we're trying to print colored template diffs.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 18 Oct 2012 20:09:54 +0000 (20:09 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 18 Oct 2012 20:09:54 +0000 (20:09 +0000)
commit4ca3abd3680afec6207d25d0bb80838bf59ecbfe
tree47a3976398764b8b66eb1ddcb29080cd3e8e6d3a
parentd052ebf6ca1a9ae3123a8ee22bc37e58ddb61018
Emit diagnostics in chunks even when we're trying to print colored template diffs.

char-by-char is really slow on an unbuffered stream.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166218 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/TextDiagnostic.cpp