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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to