cor3ntin added inline comments.

================
Comment at: clang/lib/AST/ExprConstant.cpp:13312
+        !EvaluatePointer(E->getRHS(), Res, Info))
+      return false;
     return Success(CmpResult::Equal, E);
----------------
tbaeder wrote:
> I kinda expected the fix for this bug to simply //remove// a special case... 
> does just falling through to the `DoAfter()` call not work?
Nope, EvaluateComparisonBinaryOperator does compute the result of the 
comparison. `DoAfter` only adjust the result.
Removing that block of codes lead to a whole bunch of test failures


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158601/new/

https://reviews.llvm.org/D158601

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to