Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Owen Anderson bc0a2226c7 Update for LLVM API change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77249 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-27 21:00:51 +00:00
Douglas Gregor 1637be727f Implicit instantiation for function template specializations.
For a FunctionDecl that has been instantiated due to template argument
deduction, we now store the primary template from which it was
instantiated and the deduced template arguments. From this
information, we can instantiate the body of the function template.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74232 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-26 00:10:03 +00:00
Douglas Gregor d7b9e9fe54 Some semantic tests for implicit instantiations
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73924 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-22 23:57:29 +00:00