[PATCH] D47367: [ASTImporter] Add ms compatibility to tests which use the TestBase
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 30 05:00:38 PDT 2018
martong updated this revision to Diff 149093.
martong added a comment.
- Moved the family of `testImport` functions under a test fixture class, so we can use parameterized test.
- Refactored `testImport` and `testImportSequence`, because for loops over the different compiler options is no longer needed, that is handeld by the test framework via parameters from now on.
Repository:
rC Clang
https://reviews.llvm.org/D47367
Files:
unittests/AST/ASTImporterTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47367.149093.patch
Type: text/x-patch
Size: 34974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180530/187fc506/attachment-0001.bin>
More information about the cfe-commits
mailing list