]> granicus.if.org Git - clang/commit
Improve template argument deduction for array types, so that a parameter
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Jul 2009 20:02:25 +0000 (20:02 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Jul 2009 20:02:25 +0000 (20:02 +0000)
commit9e9fae4b8af47c15696da4ea3c30102e3a035179
tree551e1c6931e5818ff4d0c51b3fee32ee47723d07
parent3ef84e157574b52ff8cbf6f49bf92047eb3f2f86
Improve template argument deduction for array types, so that a parameter

  const T

can be matched with, e.g.,

  volatile int [5]

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76773 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/temp_class_spec.cpp