summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-1/+1
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-2/+2
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-091-5/+6
* [llvm-cov] Use the coverage namespace. NFC.Vedant Kumar2017-10-181-2/+1
* [llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar2017-10-181-0/+2
* [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar2017-10-181-10/+16
* [llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar2017-10-181-1/+2
* [llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar2017-10-141-1/+1
* [llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson2017-10-031-1/+2
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-281-4/+4
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-271-4/+4
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-271-4/+4
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-181-1/+1
* [llvm-cov] Unify region marker placement between text/html modesVedant Kumar2017-09-081-5/+8
* [llvm-cov] Do not print out the filename of the object fileVedant Kumar2016-10-251-2/+2
* [llvm-cov] Get rid of all invalid filename referencesVedant Kumar2016-09-231-2/+2
* [llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar2016-09-151-1/+6
* [llvm-cov] Make a method name more accurate (NFC)Vedant Kumar2016-09-151-3/+2
* [llvm-cov] Just emit the version number in the index fileVedant Kumar2016-09-131-4/+1
* [llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version ...Ying Yi2016-09-131-1/+7
* [llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar2016-09-101-3/+3
* [llvm-cov] Emit a summary in the report directory's indexVedant Kumar2016-09-091-3/+6
* [llvm-cov] Use less space to describe source namesVedant Kumar2016-09-081-6/+2
* [llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi2016-09-061-2/+2
* [llvm-cov] Add the "Go to first unexecuted line" feature.Ying Yi2016-09-061-1/+2
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-241-1/+20
* Minor formatting change, NFCVedant Kumar2016-07-061-7/+3
* Use LLVM_ATTRIBUTE_UNUSED instead of void casts; NFCVedant Kumar2016-06-291-7/+7
* [llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar2016-06-291-2/+11
* [llvm-cov] Create an index of reports in -output-dir modeVedant Kumar2016-06-281-9/+22
* Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar2016-06-281-0/+9
* Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar2016-06-281-9/+0
* [llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar2016-06-281-0/+9
* [llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar2016-06-261-17/+10
* [llvm-cov] Make an API more consistent, NFCVedant Kumar2016-06-251-3/+3
* [llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar2016-06-251-3/+3
* Try to fix the MSVC buildVedant Kumar2016-06-251-2/+2
* [llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar2016-06-251-0/+193
OpenPOWER on IntegriCloud