"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "a220b04ce4b38fc44610b22e30515ed7d2b590e9"
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. llvm-svn: 82806
Loading
Please register or sign in to comment