================
@@ -1287,7 +1287,10 @@ static ExprResult LookupMemberExpr(Sema &S, LookupResult
&R,
return ExprError();
QualType BaseType = BaseExpr.get()->getType();
+
+#if 0
----------------
sdkrystian wrote:
This assertion should be deleted since the lookup context could be the current
instantiation (ergo dependent).
https://github.com/llvm/llvm-project/pull/84050
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits