aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DeclBase.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-01-04 23:35:54 +0000
committerDouglas Gregor <dgregor@apple.com>2011-01-04 23:35:54 +0000
commit54c53cca105ed595e12fecf04e415c3712bda936 (patch)
tree2dbd3ccccc359fad1bb7d195c855801667140e41 /lib/AST/DeclBase.cpp
parenta490c47a1e6ba224aceba3ddf1a4e92093d733b8 (diff)
Improve our handling of non-type template parameters in partial
specializations. We weren't dealing with any of the cases where the type of the non-type template argument differs from the type of the corresponding template parameter in the primary template. We would think that the template parameter in the partial specialization was not deducible (and warn about it, incorrectly), then fail to convert a deduced parameter to the type of the template parameter in the partial specialization (which may involve truncation, among other things). Fixes PR8905. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/DeclBase.cpp')
0 files changed, 0 insertions, 0 deletions