[clang] [Sema] Fix -Wunreachable-code false negative when operands differ only by implicit casts (PR #149972)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 23 06:07:56 PDT 2025
https://github.com/AaronBallman commented:
Thank you for working on a fix here! I'm not certain this is the right direction because `isSameComparisonOperand` expects to get implicit cast nodes and they're now being stripped. So I think some more investigation is needed on the solution.
https://github.com/llvm/llvm-project/pull/149972
More information about the cfe-commits
mailing list