Jordan Rose fdaa742174 Second attempt to add iterator_range::empty()
Doing this makes MSVC complain that `empty(someRange)` could refer to
either C++17's std::empty or LLVM's llvm::empty, which previously we
avoided via SFINAE because std::empty is defined in terms of an empty
member rather than begin and end. So, switch callers over to the new
method as it is added.

https://reviews.llvm.org/D68439

llvm-svn: 373935
2019-10-07 18:14:24 +00:00
..
2019-08-12 17:12:29 +00:00
2019-07-09 18:10:06 +00:00
2019-09-17 17:56:13 +00:00
2019-09-17 17:56:13 +00:00
2019-07-11 21:25:00 +00:00