aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-16[llvm-cov][CoverageView] minor fix/improvement to HTML and text coverage outp...Wentao Zhang1-1/+2
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-0/+51
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-51/+0
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps1-0/+51
2023-08-24[llvm-cov] Support directory layout in coverage reportsYuhao Gu1-0/+65
2023-08-18[llvm-cov] Use uint64_t to avoid overflow in additionFlightor1-1/+3
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata1-1/+0
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-26[llvm-cov] Use std::optional in SourceCoverageViewText.cpp (NFC)Kazu Hirata1-1/+2
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-1/+49
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama1-1/+1
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-2/+2
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar1-5/+6
2017-10-18[llvm-cov] Use the coverage namespace. NFC.Vedant Kumar1-2/+1
2017-10-18[llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar1-0/+2
2017-10-18[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar1-10/+16
2017-10-18[llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar1-1/+2
2017-10-14[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar1-1/+1
2017-10-03[llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson1-1/+2
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-4/+4
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson1-4/+4
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-4/+4
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar1-1/+1
2017-09-08[llvm-cov] Unify region marker placement between text/html modesVedant Kumar1-5/+8
2016-10-25[llvm-cov] Do not print out the filename of the object fileVedant Kumar1-2/+2
2016-09-23[llvm-cov] Get rid of all invalid filename referencesVedant Kumar1-2/+2
2016-09-15[llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar1-1/+6
2016-09-15[llvm-cov] Make a method name more accurate (NFC)Vedant Kumar1-3/+2
2016-09-13[llvm-cov] Just emit the version number in the index fileVedant Kumar1-4/+1
2016-09-13[llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version ...Ying Yi1-1/+7
2016-09-10[llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar1-3/+3
2016-09-09[llvm-cov] Emit a summary in the report directory's indexVedant Kumar1-3/+6
2016-09-08[llvm-cov] Use less space to describe source namesVedant Kumar1-6/+2
2016-09-06[llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi1-2/+2
2016-09-06[llvm-cov] Add the "Go to first unexecuted line" feature.Ying Yi1-1/+2
2016-08-24[llvm-cov] Add the project summary to each source file coverage report.Ying Yi1-1/+20
2016-07-06Minor formatting change, NFCVedant Kumar1-7/+3
2016-06-29Use LLVM_ATTRIBUTE_UNUSED instead of void casts; NFCVedant Kumar1-7/+7
2016-06-29[llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar1-2/+11
2016-06-28[llvm-cov] Create an index of reports in -output-dir modeVedant Kumar1-9/+22
2016-06-28Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar1-0/+9
2016-06-28Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar1-9/+0
2016-06-28[llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar1-0/+9
2016-06-26[llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar1-17/+10
2016-06-25[llvm-cov] Make an API more consistent, NFCVedant Kumar1-3/+3
2016-06-25[llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar1-3/+3
2016-06-25Try to fix the MSVC buildVedant Kumar1-2/+2
2016-06-25[llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar1-0/+193