Skip to content
  • Douglas Gregor's avatar
    Implicit instantiation for function template specializations. · 4adbc6d9
    Douglas Gregor authored
    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.
    
    llvm-svn: 74232
    4adbc6d9
Loading