summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/SourceCoverageView.cpp
AgeCommit message (Expand)Author
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2017-11-09[llvm-cov] Don't render empty region marker linesVedant Kumar
2017-10-24[llvm-cov] Use a stable sort on sub-viewsVedant 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-14[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar
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-18[Coverage] Use gap regions to select better line exec countsVedant Kumar
2017-09-18[llvm-cov] Simplify code to find the first uncovered segment. NFC.Vedant Kumar
2017-09-11[llvm-cov] Don't attach exec counts to lines which start a skipped regionVedant 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-25[llvm-cov] Do not print out the filename of the object fileVedant Kumar
2016-09-15[llvm-cov] Move some layout logic to the right spot (NFC)Vedant Kumar
2016-09-15[llvm-cov] Make a method name more accurate (NFC)Vedant Kumar
2016-09-15[llvm-cov] Don't print a verbose title when looking at one fileVedant Kumar
2016-09-10[llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar
2016-09-10[llvm-cov] Minor visual tweaks for html reportsVedant 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-30[llvm-cov] Use the native path in the coverage report.Ying Yi
2016-08-24[llvm-cov] Add the project summary to each source file coverage report.Ying Yi
2016-08-09[llvm-cov] Swapped the line and count columns.Ying Yi
2016-07-06[llvm-cov] Add support for creating html reportsVedant Kumar
2016-06-29[llvm-cov] Use relative paths to file reports in -output-dir modeVedant Kumar
2016-06-29[llvm-cov] Do not allow ".." to escape the coverage sub-directoryVedant Kumar
2016-06-29[llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar
2016-06-28Fix "not all control paths return a value" warning on MSVCSimon Pilgrim
2016-06-28[llvm-cov] Create an index of reports in -output-dir modeVedant Kumar
2016-06-28[llvm-cov] Rename ShowFormat to Format (NFC)Vedant Kumar
2016-06-28[llvm-cov] Move a check into a helper method (NFC)Vedant Kumar
2016-06-28Fix "not all control paths return a value" warning on MSVCSimon Pilgrim
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-28[llvm-cov] Add a format option for the 'show' sub-command (mostly NFC)Vedant 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] Use getOptions() instead of Options in SourceCoverageView, 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
2015-05-13InstrProf: Fix display of large numbers in llvm-covJustin Bogner
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner