tbaeder added inline comments.
================ Comment at: clang/lib/AST/ExprConstant.cpp:13312 + !EvaluatePointer(E->getRHS(), Res, Info)) + return false; return Success(CmpResult::Equal, E); ---------------- I kinda expected the fix for this bug to simply //remove// a special case... does just falling through to the `DoAfter()` call not work? 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