[PATCH] D17136: [AST] VisitFunctionTemplateDecl implementation in ASTImporter class.

Elisavet Sakellari via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 11 04:26:01 PST 2016


esakella created this revision.
esakella added reviewers: rsmith, klimek, bkramer, spyffe.
esakella added subscribers: karies, cfe-commits.
Herald added a subscriber: aemerson.

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. 

http://reviews.llvm.org/D17136

Files:
  lib/AST/ASTImporter.cpp
  test/ASTMerge/Inputs/function-template1.cpp
  test/ASTMerge/Inputs/function-template2.cpp
  test/ASTMerge/function-template.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17136.47628.patch
Type: text/x-patch
Size: 5493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160211/12f4da27/attachment.bin>


More information about the cfe-commits mailing list