================
@@ -13928,7 +13930,7 @@ static bool CheckTautologicalComparison(Sema &S, 
BinaryOperator *E,
     return false;
 
   IntRange OtherValueRange = GetExprRange(
-      S.Context, Other, S.isConstantEvaluated(), /*Approximate*/ false);
+      S.Context, Other, S.isConstantEvaluatedContext(), /*Approximate*/ false);
----------------
shafik wrote:

```suggestion
      S.Context, Other, S.isConstantEvaluatedContext(), /*Approximate=*/ false);
```

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

Reply via email to