[all-commits] [llvm/llvm-project] ebb0e6: [NFC] Remove dead code detected by code sanitizer....
Zahira Ammarguellat via All-commits
all-commits at lists.llvm.org
Fri Apr 4 12:22:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebb0e6cb2555186fa0417ecb54925aa659346771
https://github.com/llvm/llvm-project/commit/ebb0e6cb2555186fa0417ecb54925aa659346771
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2025-04-04 (Fri, 04 Apr 2025)
Changed paths:
M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
Log Message:
-----------
[NFC] Remove dead code detected by code sanitizer. (#134385)
The code sanitizer is failing with this error: `Execution cannot reach
this statement.`
The execution code path would early exit at line 928 if `(Lil && Ril) =
true`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list