]> granicus.if.org Git - clang/commit
[ASTImporter] Add test for PackExpansionExpr
authorRaphael Isemann <teemperor@gmail.com>
Fri, 24 Aug 2018 18:01:56 +0000 (18:01 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 24 Aug 2018 18:01:56 +0000 (18:01 +0000)
commit3ad50fd19ced218466c5760f34c49b224469ed0b
treefbd084dcae5143ae2b1ede21ab38dfd54329ee71
parente3951d88868358395b26139f001a196b5cbca59b
[ASTImporter] Add test for PackExpansionExpr

Reviewers: a.sidorin, a_sidorin

Reviewed By: a_sidorin

Subscribers: martong, cfe-commits

Differential Revision: https://reviews.llvm.org/D51142

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340627 91177308-0d34-0410-b5e6-96231b3b80d8
test/Import/pack-expansion-expr/Inputs/F.cpp [new file with mode: 0644]
test/Import/pack-expansion-expr/test.cpp [new file with mode: 0644]