Fix missing C++ mode comment
[oota-llvm.git] / lib / ProfileData / CoverageMapping.cpp
2014-09-25 Justin Bognerllvm-cov: Combine segments that cover the same location
2014-09-20 Justin Bognerllvm-cov: Allow creating CoverageMappings from filenames
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-08 Justin Bognerllvm-cov: Try to appease MSVC after r217404
2014-09-08 Justin Bognerllvm-cov: Use ErrorOr rather than an error_code* (NFC)
2014-07-29 Alex LorenzCoverage: fix the missing output stream in recursive...
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.