[PATCH] D98341: [analyzer][solver] Prevent infeasible states (PR49490)
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 10 08:42:57 PST 2021
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
You're testing it with the help of an alpha checker. Is this checker doing something special that we don't do normally? In particular, both array bound checkers that we have are very likely to be re-done from scratch if they are ever to be completed. A lot of decisions in them are questionable. So i'm worried that this test will become stale in that process. Maybe a unittest would be more appropriate so that to guarantee the specific functionality without relying on implementation details of the specific checker(?)
Code looks great and I guess assertions are a test on their own.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98341/new/
https://reviews.llvm.org/D98341
More information about the cfe-commits
mailing list