summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/SourceCoverageViewText.cpp
AgeCommit message (Expand)Author
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar
2017-10-18[llvm-cov] Use the coverage namespace. NFC.Vedant Kumar
2017-10-18[llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar
2017-10-18[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar
2017-10-18[llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar
2017-10-14[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar
2017-10-03[llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar
2017-09-08[llvm-cov] Unify region marker placement between text/html modesVedant Kumar
2016-10-25[llvm-cov] Do not print out the filename of the object fileVedant Kumar
2016-09-23[llvm-cov] Get rid of all invalid filename referencesVedant Kumar
2016-09-15[llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar
2016-09-15[llvm-cov] Make a method name more accurate (NFC)Vedant Kumar
2016-09-13[llvm-cov] Just emit the version number in the index fileVedant Kumar
2016-09-13[llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version ...Ying Yi
2016-09-10[llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar
2016-09-09[llvm-cov] Emit a summary in the report directory's indexVedant Kumar
2016-09-08[llvm-cov] Use less space to describe source namesVedant Kumar
2016-09-06[llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi
2016-09-06[llvm-cov] Add the "Go to first unexecuted line" feature.Ying Yi
2016-08-24[llvm-cov] Add the project summary to each source file coverage report.Ying Yi
2016-07-06Minor formatting change, NFCVedant Kumar
2016-06-29Use LLVM_ATTRIBUTE_UNUSED instead of void casts; NFCVedant Kumar
2016-06-29[llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar
2016-06-28[llvm-cov] Create an index of reports in -output-dir modeVedant Kumar
2016-06-28Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar
2016-06-28Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar
2016-06-28[llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar
2016-06-26[llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar
2016-06-25[llvm-cov] Make an API more consistent, NFCVedant Kumar
2016-06-25[llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar
2016-06-25Try to fix the MSVC buildVedant Kumar
2016-06-25[llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar