[clang] [libcxx] [Clang] Implement resolution for CWG1835 (PR #92957)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 07:23:46 PDT 2024
================
@@ -2923,10 +2920,9 @@ class TreeTransform {
}
return getSema().BuildMemberReferenceExpr(Base, BaseType, OpLoc, isArrow,
- SS, TemplateKWLoc,
- FirstQualifierInScope,
- R, ExplicitTemplateArgs,
- /*S*/nullptr);
+ SS, TemplateKWLoc, R,
+ ExplicitTemplateArgs,
+ /*S*/ nullptr);
----------------
mizvekov wrote:
```suggestion
/*S=*/nullptr);
```
https://github.com/llvm/llvm-project/pull/92957
More information about the cfe-commits
mailing list