Justin Bogner b3edb56485 llvm-cov: Rework the API for getting the coverage of a file (NFC)
This encapsulates how we handle the coverage regions of a file or
function. In the old model, the user had to deal with nested regions,
so they needed to maintain their own auxiliary data structures to get
any useful information out of this. The new API provides a sequence of
non-overlapping coverage segments, which makes it possible to render
coverage information in a single pass and avoids a fair amount of
extra work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217975 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-17 18:23:47 +00:00
..
2014-09-02 22:28:02 +00:00
2014-09-10 12:51:52 +00:00
2014-09-15 19:42:42 +00:00
2014-08-01 06:16:03 +00:00
2014-08-01 14:57:05 +00:00
2014-09-15 19:42:42 +00:00
2014-09-16 03:52:46 +00:00