Resubmit "Add llvm::enumerate() to STLExtras."
authorZachary Turner <zturner@google.com>
Fri, 30 Sep 2016 15:43:59 +0000 (15:43 +0000)
committerZachary Turner <zturner@google.com>
Fri, 30 Sep 2016 15:43:59 +0000 (15:43 +0000)
commit4f20a0a4d990f5be139bf4fd0d90d7f94b266e70
tree656e26d8ab332e20ddae45362c616cb0d1d0d902
parent17d9caf6654c9577555dd92e3e47160f10cecb22
Resubmit "Add llvm::enumerate() to STLExtras."

The CL was originally failing due to the use of some C++14
specific features, so I've removed those.  Hopefully this will
satisfy the bots.

llvm-svn: 282867
llvm/include/llvm/ADT/STLExtras.h
llvm/unittests/ADT/STLExtrasTest.cpp