[PATCH] D88019: [analyzer][solver] Fix issue with symbol non-equality tracking

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 24 01:43:17 PDT 2020


steakhal added a comment.

What are our options mitigating anything similar happening in the future?

This way any change touching the `SymbolicRangeInferrer` and any related parts of the analyzer seems to be way too fragile.
Especially, since we might want to add support for comparing SymSyms, just like we try to do in D77792 <https://reviews.llvm.org/D77792>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88019



More information about the cfe-commits mailing list