]> granicus.if.org Git - clang/commit
Fix a template diffing problem were an '&' is unexpectedly printed in
authorRichard Trieu <rtrieu@google.com>
Tue, 22 Jul 2014 03:33:01 +0000 (03:33 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 22 Jul 2014 03:33:01 +0000 (03:33 +0000)
commitda336e88abc18baf2f765c39831c52dbd8d5d812
tree10da026aba72911ba574c81d1d17981ccea9360b
parentc61a708c63ab7b89a5b6c80bc37dd32824b2f2d8
Fix a template diffing problem were an '&' is unexpectedly printed in
a template argument.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213609 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDiagnostic.cpp
test/Misc/diag-template-diffing.cpp