Files
clang-p2996/clang/lib/Analysis/Consumed.cpp
Oleksandr T. 32ff209b87 [Clang] skip consumed analysis for consteval conditions in control-flow terminators (#117403)
Fixes #117385

---

These changes extend the work done in #116513. The changes add
additional handling to ensure correct behavior by skipping further
checks when a **CFG** contains a `consteval` condition, where no
_explicit expression_ is present, which is required to proceed with
consumed analyses.
2024-11-27 18:10:17 +02:00

43 KiB