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)
commitc2c982c78b0f964d8f7430b2f396b829520a80a1
treebe51154eb8dfc2f3de67737d25c1d0634cb8f3f1
parent0b50cb79ada2f361b11571b56350587012d0f1da
Make template diffing handle integral expressions of various widths correctly.
PR14342.

llvm-svn: 168005
clang/lib/AST/ASTDiagnostic.cpp
clang/test/Misc/diag-template-diffing-cxx98.cpp [new file with mode: 0644]
clang/test/Misc/diag-template-diffing.cpp