[clang] [analyzer] Fix unary/binary op support for SMT symbolic execution (PR #205078)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 24 04:30:36 PDT 2026


NagyDonat wrote:

> Mind that even though there are no build bots testing Z3 configs downstream - especially not the Z3 constraint solver parts (because that is broken/crashing on multiple fronts) we would still likely want to include some tests to honour the process.

Yes, and after adding the tests you _must_ run the analyzer tests (i.e. build the build target `check-clang-analysis`) locally and verify that they pass. It is always a good practice to run the tests before pushing; but usually the github buildbots ("Build and Test Linux" etc.) act as a "safety net" that catch buggy commits -- however these buildbots currently cannot build with Z3 and skip the tests that require Z3.

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


More information about the cfe-commits mailing list