[clang] [Clang][Sema] Fix lookup of dependent operator= outside of complete-class contexts (PR #91498)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed May 8 13:05:57 PDT 2024


================
@@ -1248,6 +1248,13 @@ static DeclContext *findOuterContext(Scope *S) {
   return nullptr;
 }
 
+static bool isDependentAssignmentOperator(DeclarationName Name,
----------------
erichkeane wrote:

a comment on this function similar to what you replied to me before woudl also be appreciated.

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


More information about the cfe-commits mailing list