[PATCH] D17075: [AST] Added SubstTemplateTypeParm, DependentNameType, DependentSizedArrayType import functions in the ASTImporter.

Elisavet Sakellari via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 10 08:36:50 PST 2016


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

Implemented the 

VisitSubstTemplateTypeParmType
VisitDependentNameType
VisitDependentSizedArrayType 

functions in the ASTImporter class and also added the necessary tests. 

Also made a necessary change in the VisitFunctionDecl function to support the dependent name type parameters. 

http://reviews.llvm.org/D17075

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17075.47459.patch
Type: text/x-patch
Size: 5787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160210/52308a4a/attachment.bin>


More information about the cfe-commits mailing list