[ASTImporter] Add test for importing CompoundAssignOperators
authorRaphael Isemann <teemperor@gmail.com>
Thu, 16 Aug 2018 18:21:33 +0000 (18:21 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 16 Aug 2018 18:21:33 +0000 (18:21 +0000)
commit5440fee09f30cbf82a145d38721bfcf112a2cd0d
treed55d9c3f0f9a13ff8203a52c505cf768e063d57a
parent5fd7f152c8fc138d9f93e554113410dd934c84a8
[ASTImporter] Add test for importing CompoundAssignOperators

Reviewers: a.sidorin, martong

Reviewed By: martong

Subscribers: rnkovacs, cfe-commits, martong

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

llvm-svn: 339918
clang/test/Import/compound-assign-op/Inputs/F.cpp [new file with mode: 0644]
clang/test/Import/compound-assign-op/test.cpp [new file with mode: 0644]