Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-27 | Update for LLVM API change. | Owen Anderson | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77249 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-06-26 | Implicit instantiation for function template specializations. | Douglas Gregor | |
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-22 | Some semantic tests for implicit instantiations | Douglas Gregor | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73924 91177308-0d34-0410-b5e6-96231b3b80d8 |