diff options
| author | Douglas Gregor <dgregor@apple.com> | 2009-06-26 21:40:05 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2009-06-26 21:40:05 +0000 |
| commit | febe45a727c8e54caaf7df8773b99726db184829 (patch) | |
| tree | bb82a36ae4ebbcbc525b9a696e8a1afcf741cb53 /llvm/lib | |
| parent | 01ad6605c0cf573216ecf5563877a2ef78b8cc78 (diff) | |
| download | bcm5719-llvm-febe45a727c8e54caaf7df8773b99726db184829.tar.gz bcm5719-llvm-febe45a727c8e54caaf7df8773b99726db184829.zip | |
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.
llvm-svn: 74331
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions

