Duncan P. N. Exon Smith
e9bc579c37
ADT: Remove == and != comparisons between ilist iterators and pointers
...
I missed == and != when I removed implicit conversions between iterators
and pointers in r252380 since they were defined outside ilist_iterator.
Since they depend on getNodePtrUnchecked(), they indirectly rely on UB.
This commit removes all uses of these operators. (I'll delete the
operators themselves in a separate commit so that it can be easily
reverted if necessary.)
There should be NFC here.
llvm-svn: 261498
2016-02-21 20:39:50 +00:00
..
2016-01-26 18:48:36 +00:00
2016-01-14 21:06:47 +00:00
2016-01-06 20:32:05 +00:00
2015-10-13 02:39:05 +00:00
2016-02-02 18:20:45 +00:00
2016-01-04 23:18:58 +00:00
2016-02-18 22:09:30 +00:00
2016-02-13 02:04:29 +00:00
2016-02-10 18:11:31 +00:00
2015-12-12 05:38:55 +00:00
2015-10-13 02:39:05 +00:00
2015-10-13 02:39:05 +00:00
2016-02-03 03:16:37 +00:00
2015-12-15 19:40:57 +00:00
2016-02-10 18:11:31 +00:00
2015-10-12 13:20:52 +00:00
2016-01-20 02:15:15 +00:00
2016-02-21 20:14:29 +00:00
2016-02-19 03:12:14 +00:00
2015-08-18 17:51:53 +00:00
2016-02-21 20:39:50 +00:00
2016-01-24 19:32:52 +00:00
2016-02-05 02:17:36 +00:00
2016-02-16 06:46:58 +00:00
2016-02-19 17:56:08 +00:00
2016-02-08 17:02:45 +00:00
2015-10-13 02:39:05 +00:00
2015-10-13 02:39:05 +00:00
2015-12-11 13:36:59 +00:00
2016-02-10 17:41:25 +00:00
2015-08-27 05:37:12 +00:00
2016-02-12 00:37:52 +00:00
2016-02-18 22:09:30 +00:00
2016-01-26 18:48:36 +00:00
2016-02-21 20:39:50 +00:00
2015-12-15 19:40:57 +00:00
2015-11-24 18:57:06 +00:00
2016-01-26 16:17:24 +00:00
2016-01-30 01:24:31 +00:00
2016-01-27 16:05:37 +00:00
2015-10-13 02:39:05 +00:00
2016-02-02 22:46:49 +00:00
2016-01-11 21:37:41 +00:00