Duncan P. N. Exon Smith 8c20a93bac ADT: Avoid using std::equal in ArrayRef::equals
MSVC's STL has a bug in `std::equal()`: it asserts on nullptr iterators,
causing a block revert in r215981.  This works around that by re-writing
`ArrayRef::equals()` to do the work itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215986 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-19 16:36:21 +00:00
..
2014-06-18 18:08:55 +00:00
2014-06-20 10:52:57 +00:00
2014-07-29 00:38:55 +00:00
2014-07-15 20:24:56 +00:00
2014-08-14 15:15:09 +00:00
2014-06-27 18:19:56 +00:00