aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageView.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-27[llvm-cov] Simplify branch/MCDC subviews. NFCFangrui Song1-10/+10
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-0/+28
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-28/+0
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps1-0/+28
2023-08-24[llvm-cov] Support directory layout in coverage reportsYuhao Gu1-1/+1
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-0/+28
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-32/+32
2017-11-09[llvm-cov] Don't render empty region marker linesVedant Kumar1-1/+1
2017-10-18[llvm-cov] Use the coverage namespace. NFC.Vedant Kumar1-9/+10
2017-10-18[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar1-8/+6
2017-10-03[llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson1-2/+2
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-2/+4
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson1-4/+2
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-2/+4
2017-09-19[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar1-14/+1
2017-09-08[llvm-cov] Unify region marker placement between text/html modesVedant Kumar1-1/+1
2017-08-04[llvm-cov] Ignore unclosed line segments when setting line countsVedant Kumar1-14/+4
2016-10-27Remove duplicated default move ctors/move assign. No functional change.Benjamin Kramer1-9/+0
2016-10-25[llvm-cov] Do not print out the filename of the object fileVedant Kumar1-4/+0
2016-09-23[llvm-cov] Get rid of all invalid filename referencesVedant Kumar1-1/+1
2016-09-15[llvm-cov] Make a method name more accurate (NFC)Vedant Kumar1-3/+3
2016-09-10[llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar1-4/+4
2016-09-09[llvm-cov] Emit a summary in the report directory's indexVedant Kumar1-1/+2
2016-09-09[llvm-cov] Constify some methods (NFC)Vedant Kumar1-2/+2
2016-09-08[llvm-cov] Use less space to describe source namesVedant Kumar1-10/+7
2016-09-06[llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi1-0/+3
2016-09-06[llvm-cov] Add the "Go to first unexecuted line" feature.Ying Yi1-1/+5
2016-08-24[llvm-cov] Add the project summary to each source file coverage report.Ying Yi1-4/+16
2016-07-21[llvm-cov] Use relative paths to the stylesheet (for html reports)Vedant Kumar1-2/+2
2016-06-29[llvm-cov] Use relative paths to file reports in -output-dir modeVedant Kumar1-2/+4
2016-06-29[llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar1-1/+16
2016-06-28[llvm-cov] Create an index of reports in -output-dir modeVedant Kumar1-26/+49
2016-06-28Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar1-1/+26
2016-06-28Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar1-20/+1
2016-06-28[llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar1-1/+20
2016-06-26[llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar1-7/+8
2016-06-25[llvm-cov] Make an API more consistent, NFCVedant Kumar1-6/+8
2016-06-25[llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar1-7/+10
2016-06-25[llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar1-28/+62
2016-06-24[llvm-cov] Add SourceNames to SourceCoverageViews, NFCVedant Kumar1-2/+21
2016-06-24[llvm-cov] Rename SourceCoverageView::LineCoverageInfo to LineCoverageStats, NFCVedant Kumar1-23/+23
2016-04-29Move coverage related code into a separate library.Easwaran Raman1-1/+1
2015-02-23InstrProf: Teach llvm-cov to show the max count instead of the lastJustin Bogner1-4/+3
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner1-14/+9
2014-09-17llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner1-80/+15
2014-09-17Add move constructors/assignment to make MSVC happy after r217940Justin Bogner1-0/+16
2014-09-17llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner1-35/+47
2014-09-16llvm-cov: Rename a variable and clean up its usageJustin Bogner1-2/+2
2014-09-15llvm-cov: Fix an issue with showing regions but not countsJustin Bogner1-0/+3