[clang] [Clang] Implement resolution for CWG1835 (PR #92957)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Tue May 21 20:57:54 PDT 2024


================
@@ -6891,7 +6891,7 @@ class Sema final : public SemaBase {
       const TemplateArgumentListInfo *TemplateArgs);
 
   ExprResult ActOnMemberAccessExpr(Scope *S, Expr *Base, SourceLocation OpLoc,
-                                   tok::TokenKind OpKind, CXXScopeSpec &SS,
+                                   bool IsArrow, CXXScopeSpec &SS,
----------------
mizvekov wrote:

You could land this refactoring straight away on an NFC commit, to clean up for the review a bit.

https://github.com/llvm/llvm-project/pull/92957


More information about the cfe-commits mailing list