]> granicus.if.org Git - clang/commit
Make sure that the canonical representation of integral template arguments uses the...
authorDouglas Gregor <dgregor@apple.com>
Sat, 14 Mar 2009 00:03:48 +0000 (00:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 14 Mar 2009 00:03:48 +0000 (00:03 +0000)
commit5b0f752655cc94b970113235110b56a722eb40d4
tree1e3c7b628d2b85c553b80d672deb42f570f3de23
parentbc736fceca6f0bca31d16003a7587857190408fb
Make sure that the canonical representation of integral template arguments uses the bitwidth and signedness of the template parameter

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66990 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclTemplate.h
lib/Sema/SemaTemplate.cpp