[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.
Loading
Please sign in to comment