]> granicus.if.org Git - clang/commit
Make template diffing handle integral expressions of various widths correctly.
authorEli Friedman <eli.friedman@gmail.com>
Wed, 14 Nov 2012 23:57:08 +0000 (23:57 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 14 Nov 2012 23:57:08 +0000 (23:57 +0000)
commit924d5c9853fbdfabc54a473e680f3b6bb8a1b940
treeee0e8da08184048f8e78e26c42f75bc6fca481e2
parent62221b17c90457df9ca0ff20bb54d634e8951def
Make template diffing handle integral expressions of various widths correctly.
PR14342.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDiagnostic.cpp
test/Misc/diag-template-diffing-cxx98.cpp [new file with mode: 0644]
test/Misc/diag-template-diffing.cpp