[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:
Ah, perhaps I was confusing... i'd like this inside the `namespace {`, now below.
https://github.com/llvm/llvm-project/pull/91498
More information about the cfe-commits
mailing list