[PATCH] D17029: [AST] Implemented missing import for the Template type parameter and Injected Class Name in ASTImporter class.

Elisavet Sakellari via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 9 07:33:09 PST 2016


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

-Implemented the VisitTemplateTypeParmType and VisitInjectedClassNameType functions in the ASTImporter class, and also enabled the import of the definition of the template class. 

-Edited the existing tests to check for the import of these ASTNodes.

http://reviews.llvm.org/D17029

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: D17029.47318.patch
Type: text/x-patch
Size: 3362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160209/da61593d/attachment-0001.bin>


More information about the cfe-commits mailing list