Misc cleanups to the FileSytem api.
[oota-llvm.git] / include / llvm / ProfileData / CoverageMapping.h
2014-09-09 Justin Bognerllvm-cov: Combine two types that were nearly identical...
2014-09-09 Justin Bognerllvm-cov: Rename MappingRegion to coverage::CountedRegi...
2014-09-08 Justin Bognerllvm-cov: Use ErrorOr rather than an error_code* (NFC)
2014-08-04 Alex LorenzCoverage: add HasCodeBefore flag to a mapping region.
2014-07-25 Alex Lorenzcoverage: remove empty mapping regions
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.