================
@@ -9325,6 +9325,9 @@ bool PointerExprEvaluator::VisitCastExpr(const CastExpr 
*E) {
       Result.IsNullPtr = false;
       return true;
     } else {
+      if (!Value.isLValue())
----------------
a-tarasyuk wrote:

@AaronBallman Thanks for the feedback 👍. I've added all the requested changes. 

https://github.com/llvm/llvm-project/pull/95479
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to