[llvm-cov] Adjust column widths for function and file reports
[oota-llvm.git] / tools / llvm-cov / SourceCoverageView.cpp
2015-05-13 Justin BognerInstrProf: Fix display of large numbers in llvm-cov
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-19 Justin Bognerllvm-cov: Fix dropped lines when filters were applied
2014-09-17 Justin Bognerllvm-cov: Push some more debug output into the View...
2014-09-17 Justin Bognerllvm-cov: Rework the API for getting the coverage of...
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-17 Justin Bognerllvm-cov: Distinguish expansion/instantiation from...
2014-09-16 Justin Bognerllvm-cov: Rename a variable and clean up its usage
2014-09-15 Justin Bognerllvm-cov: Make debug output more consistent
2014-09-15 Justin Bognerllvm-cov: Fix an issue with showing regions but not...
2014-09-15 Justin Bognerllvm-cov: Clean up some redundancy in the view API...
2014-09-10 Justin Bognerllvm-cov: Fix a misuse of ArrayRef::slice I introduced...
2014-09-09 Justin Bognerllvm-cov: Use ArrayRef::slice (NFC)
2014-09-09 Justin Bognerllvm-cov: Combine two types that were nearly identical...
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...