This is an archive of the discontinued LLVM Phabricator instance.

[AST] VisitFunctionTemplateDecl implementation in ASTImporter class.
Needs ReviewPublic

Authored by esakella on Feb 11 2016, 4:26 AM.

Details

Summary

Implemented the VisitFunctionTemplateDecl function for the import of template function definitions.

Note that this function needs the VisitTemplateTypeParmType function to be also implemented in order to work, therefore it is dependent on the Differential D17029. It also needs the change in Differential D17026 in the Diagnostics Engine of the ASTImporter in order for this test to catch any error emitted.

Diff Detail