[all-commits] [llvm/llvm-project] 201574: [ASTImporter] Refactor ASTImporter to support cust...
vabridgers via All-commits
all-commits at lists.llvm.org
Tue Jul 21 08:34:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 20157410862d376c624cc24bffd9730290a16142
https://github.com/llvm/llvm-project/commit/20157410862d376c624cc24bffd9730290a16142
Author: Vince Bridgers <vince.a.bridgers at gmail.com>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M clang/unittests/AST/ASTImporterFixtures.h
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[ASTImporter] Refactor ASTImporter to support custom downstream tests
Summary:
The purpose of this change is to do a small refactoring of code in
ASTImporterTest.cpp by moving it to ASTImporterFixtures.h in order to
support tests of downstream custom types and minimize the "living
downstream burden" of frequent integrations from community to a
downstream repo that implements custom AST import tests.
Reviewers: martong, a.sidorin, shafik
Reviewed By: martong
Subscribers: balazske, dkrupp, bjope, rnkovacs, teemperor, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D83970
More information about the All-commits
mailing list