[clang] [analyzer] Let the checkers query upper and lower bounds on symbols (PR #74141)

via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 02:07:14 PST 2023


DonatNagyE wrote:

With Z3 the new functionality does not work, but its absence is handled gracefully (the new methods return `NULL` and `core.BitwiseShift` emits the "old" message).

The Z3 solver is very "shaky" ground for me (if I understand it correctly it's too slow for stand-alone use, and so I didn't pay too much attention to it), so I don't have the confidence to create FIXMEs/tickets (my understanding of the goals is too vague and I don't understand the priorities/importance at all).

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


More information about the cfe-commits mailing list