[all-commits] [llvm/llvm-project] 59f1bf: [ASTImporter] Add unittest case for friend decl im...
vabridgers via All-commits
all-commits at lists.llvm.org
Thu Jul 2 07:27:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 59f1bf46f8c258b9c784ff921b89fb6cb7a06612
https://github.com/llvm/llvm-project/commit/59f1bf46f8c258b9c784ff921b89fb6cb7a06612
Author: Vince Bridgers <vince.a.bridgers at gmail.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[ASTImporter] Add unittest case for friend decl import
Summary:
This change adds a matching test case for the recent bug fix to
VisitFriendDecl in ASTImporterLookup.cpp.
See https://reviews.llvm.org/D82882 for details.
Reviewers: martong, a.sidorin, shafik
Reviewed By: martong
Subscribers: rnkovacs, teemperor, cfe-commits, dkrupp
Tags: #clang
Differential Revision: https://reviews.llvm.org/D83006
More information about the All-commits
mailing list