]> granicus.if.org Git - clang/commit
Update the %diff modifer to have an alternate string print when a template tree
authorRichard Trieu <rtrieu@google.com>
Fri, 29 Jun 2012 21:12:16 +0000 (21:12 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 29 Jun 2012 21:12:16 +0000 (21:12 +0000)
commit529cdf4c2ef0985dd6f4b7b68ab76e6a1a5082d5
tree1f311ba850991167cac65db687d57317a5cab054
parentb0754170b249e896298df24fa28fbd9a008a114d
Update the %diff modifer to have an alternate string print when a template tree
is selected.  This will allow more flexibility when converting diagnostics to
use template type diffing.

Also updated the internal manual and test cases for correctly keeping the bold
attribute and for tree printing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159463 91177308-0d34-0410-b5e6-96231b3b80d8
docs/InternalsManual.html
include/clang/Basic/DiagnosticSemaKinds.td
lib/Basic/Diagnostic.cpp
test/Misc/diag-template-diffing-color.cpp