sdkrystian wrote:

The primary change since #88311 is `UnresolvedLookupExpr::Create` is called 
directly in `BuildPossibleImplicitMemberExpr` with `KnownDependent` as `true` 
(which causes the expression type to be set to `ASTContext::DependentTy`). This 
ensures that any further semantic analysis involving the type of the 
potentially implicit class member access expression is deferred until 
instantiation. 

https://github.com/llvm/llvm-project/pull/88731
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to