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.
Differential D83006
[ASTImporter] Add unittest case for friend decl import vabridgers on Jul 1 2020, 3:45 PM. Authored by
Details This change adds a matching test case for the recent bug fix to See https://reviews.llvm.org/D82882 for details.
Diff Detail
Event TimelineComment Actions I confirmed that a crash was seen when the change for https://reviews.llvm.org/D82882 was reverted, then the unittests pass with the change associated with https://reviews.llvm.org/D82882. |