================
@@ -1571,6 +1572,7 @@ static bool isValidIndeterminateAccess(AccessKinds AK) {
return false;
case AK_IsWithinLifetime:
+ case AK_Dereference:
----------------
cor3ntin wrote:I don't think we can ever get there, but I changed it to return false https://github.com/llvm/llvm-project/pull/143667 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
