summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/SourceCoverageView.h
AgeCommit message (Expand)Author
2017-11-09[llvm-cov] Don't render empty region marker linesVedant Kumar
2017-10-18[llvm-cov] Use the coverage namespace. NFC.Vedant Kumar
2017-10-18[llvm-cov] Pass LineCoverageStats in SourceCoverageView. 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-19[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar
2017-09-08[llvm-cov] Unify region marker placement between text/html modesVedant Kumar
2017-08-04[llvm-cov] Ignore unclosed line segments when setting line countsVedant Kumar
2016-10-27Remove duplicated default move ctors/move assign. No functional change.Benjamin Kramer
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] Make a method name more accurate (NFC)Vedant Kumar
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-09[llvm-cov] Constify some methods (NFC)Vedant 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-21[llvm-cov] Use relative paths to the stylesheet (for html reports)Vedant Kumar
2016-06-29[llvm-cov] Use relative paths to file reports in -output-dir modeVedant 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-25[llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar
2016-06-24[llvm-cov] Add SourceNames to SourceCoverageViews, NFCVedant Kumar
2016-06-24[llvm-cov] Rename SourceCoverageView::LineCoverageInfo to LineCoverageStats, NFCVedant Kumar
2016-04-29Move coverage related code into a separate library.Easwaran Raman
2015-02-23InstrProf: Teach llvm-cov to show the max count instead of the lastJustin Bogner
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner
2014-09-17llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner
2014-09-17Add move constructors/assignment to make MSVC happy after r217940Justin Bogner
2014-09-17llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner
2014-09-16llvm-cov: Rename a variable and clean up its usageJustin Bogner
2014-09-15llvm-cov: Fix an issue with showing regions but not countsJustin Bogner
2014-09-15llvm-cov: Clean up some redundancy in the view API (NFC)Justin Bogner
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz