[PATCH] D35109: [Analyzer] SValBuilder Comparison Rearrangement

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 6 04:50:13 PST 2017


NoQ added a comment.

> How to find the N if we only use == or !=?

Hence the difference between `==` and `is-the-same-symbol-as`. We can find `N` by looking at the symbol.

We'd lose track of cases where, say, `i` and `.end()` were compared to each other for `>`/`<` before. The question is about how common such cases are.


https://reviews.llvm.org/D35109





More information about the cfe-commits mailing list