diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-25 21:45:23 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-25 21:45:23 +0000 |
commit | db422dffb720ff41d0b60e228f45c685600ffa9e (patch) | |
tree | 347abefb53d70d332ac3bdf0fe1097a4c69137a0 /lib/CodeGen/CodeGenModule.cpp | |
parent | 699a07d8a0b1579c5178b3baf4bcf9edb6b38108 (diff) |
Declarators can now properly represent template-ids, e.g., for
template void f<int>(int);
~~~~~~
Previously, we silently dropped the template arguments. With this
change, we now use the template arguments (when available) as the
explicitly-specified template arguments used to aid template argument
deduction for explicit template instantiations.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82806 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions