OSDN Git Service

Use the new member accessors of llvm::enumerate.
authorZachary Turner <zturner@google.com>
Mon, 13 Mar 2017 16:32:08 +0000 (16:32 +0000)
committerZachary Turner <zturner@google.com>
Mon, 13 Mar 2017 16:32:08 +0000 (16:32 +0000)
commit7880ee0a1c4883691da97a827a47efdb7778324d
tree0f7c3311a9651c9ec9eea4137e8ad32a66449454
parent39e53ee48c9ce8404adff60856b76f7317298e56
Use the new member accessors of llvm::enumerate.

The value_type is no longer a struct, it's a class whose
members you have to access via a method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297635 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cov/CoverageReport.cpp