[clang] [Clang] Fix logical error in 'if else' condition that lead to an unreachable code (PR #95666)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 15 12:46:30 PDT 2024
https://github.com/HazardyKnusperkeks commented:
I'd say if it's dead code, remove it. No tests are failing.
Or you have to provide a test case which fails without this change and passes with it.
Except the code is only recently dead, then we may have to wait for the bug reports.
https://github.com/llvm/llvm-project/pull/95666
More information about the cfe-commits
mailing list