forked from OSchip/llvm-project
![]() Closing https://github.com/llvm/llvm-project/issues/56826. The root cause for pr56826 is: when we collect the template args for the friend, we need to judge if the friend lives in file context. However, if the friend lives in ExportDecl lexically, the judgement here is invalid. The solution is easy. We should judge the non transparent context and the ExportDecl is transparent context. So the solution should be good. A main concern may be the patch doesn't handle all the places of the same defect. I think it might not be bad since the patch itself should be innocent. Reviewed By: erichkeane Differential Revision: https://reviews.llvm.org/D131651 |
||
---|---|---|
.. | ||
ASTContextParentMapTest.cpp | ||
ASTImporterFixtures.cpp | ||
ASTImporterFixtures.h | ||
ASTImporterGenericRedeclTest.cpp | ||
ASTImporterODRStrategiesTest.cpp | ||
ASTImporterObjCTest.cpp | ||
ASTImporterTest.cpp | ||
ASTImporterVisibilityTest.cpp | ||
ASTPrint.h | ||
ASTTraverserTest.cpp | ||
ASTTypeTraitsTest.cpp | ||
ASTVectorTest.cpp | ||
AttrTest.cpp | ||
CMakeLists.txt | ||
CommentLexer.cpp | ||
CommentParser.cpp | ||
CommentTextTest.cpp | ||
DataCollectionTest.cpp | ||
DeclMatcher.h | ||
DeclPrinterTest.cpp | ||
DeclTest.cpp | ||
EvaluateAsRValueTest.cpp | ||
ExternalASTSourceTest.cpp | ||
MatchVerifier.h | ||
NamedDeclPrinterTest.cpp | ||
RandstructTest.cpp | ||
RecursiveASTVisitorTest.cpp | ||
SizelessTypesTest.cpp | ||
SourceLocationTest.cpp | ||
StmtPrinterTest.cpp | ||
StructuralEquivalenceTest.cpp | ||
TemplateNameTest.cpp | ||
TypePrinterTest.cpp |