]> granicus.if.org Git - clang/commit
PR30831: Teach template type diffing to cope with TemplateSpecializationTypes
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Oct 2016 19:54:43 +0000 (19:54 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Oct 2016 19:54:43 +0000 (19:54 +0000)
commit7b3bbe786b269da9310ee538d2b296659863b428
tree8e3ef0245b92691175713b7b2706c802bb31d716
parent94078c63fa20026447db21335b586d969c8c0df8
PR30831: Teach template type diffing to cope with TemplateSpecializationTypes
that desugar to non-TSTs (such as injected-class-names).

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