[clang] [clang][dataflow] Add an early-out to `flowConditionImplies()` / `flowConditionAllows()`. (PR #77453)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 07:13:59 PST 2024


martinboehme wrote:

Closing the loop: My logic for `flowConditionAllows()` was wrong. If the flow condition is contradictory, `flowConditionAllows(true) == false`, so the early-out was wrong.

https://github.com/llvm/llvm-project/pull/77453


More information about the cfe-commits mailing list