[clang] Reapply "[Clang][Sema] Use the correct lookup context when building overloaded 'operator->' in the current instantiation (#104458)" (PR #109422)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 20 07:25:56 PDT 2024


================
@@ -8002,15 +7991,26 @@ ExprResult Sema::ActOnStartCXXMemberReference(Scope *S, Expr *Base,
         return ExprError();
       }
 
+      bool IsDependent;
----------------
erichkeane wrote:

Please initialize this to false anyway.

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


More information about the cfe-commits mailing list