aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaType.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-06-26 21:40:05 +0000
committerDouglas Gregor <dgregor@apple.com>2009-06-26 21:40:05 +0000
commit8a5cb1196ee8491570160e36c216631df3a9e95c (patch)
tree0ad5545e946ec0a701528b89a2ec29badac2a48b /lib/Sema/SemaType.cpp
parent6e5dd866469d577811f3080f43407c12a21db83f (diff)
A little template argument deduction test uncovered an "oops". As part
of template instantiation, we were dropping cv-qualifiers on the instantiated type in a few places. This change reshuffles the type-instantiation code a little bit so that there's a single place where we add qualifiers to the instantiated type, so that we won't end up with this same bug in the future. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaType.cpp')
0 files changed, 0 insertions, 0 deletions