[PATCH] D78457: [analyzer][Z3-refutation] Fix a refutation BugReporterVisitor bug

Mikhail Ramalho via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 3 09:33:26 PDT 2020


mikhail.ramalho added a comment.

Nice work, @steakhal!

I remember discussing with @NoQ a way of going backward on the bug report, from the error node, and never add constraints of symbols that were already collected; that way we would always have the tighter constraints.

I don't quite remember if I ever implemented it that way though.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78457/new/

https://reviews.llvm.org/D78457





More information about the cfe-commits mailing list