summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/SourceCoverageViewHTML.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-09[llvm-cov] Don't render empty region marker linesVedant Kumar
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar
2017-10-18[llvm-cov] Use the coverage namespace. NFC.Vedant Kumar
2017-10-18[llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar
2017-10-18[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar
2017-10-18[llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar
2017-10-14[llvm-cov] Factor out logic to iterate over line coverage stats (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-18[Coverage] Use gap regions to select better line exec countsVedant Kumar
2017-09-15[llvm-cov] Make some summary info fields private. NFC.Vedant Kumar
2017-09-11[llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman
2017-09-08[llvm-cov] Fix a lifetime issueVedant Kumar
2017-09-08[llvm-cov] Unify region marker placement between text/html modesVedant Kumar
2017-08-09[llvm-cov] Rearrange entries in report index.Eli Friedman
2016-11-21[llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz
2016-11-02[llvm-cov] Turn line numbers in html reports into clickable linksVedant Kumar
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-23[llvm-cov] Minor cleanup. NFC.Vedant Kumar
2016-09-19[llvm-cov] Emit a link to some documentationVedant Kumar
2016-09-19[llvm-cov] Make a helper method static for re-use (NFC)Vedant Kumar
2016-09-19[llvm-cov] Track function and instantiation coverage separatelyVedant Kumar
2016-09-19[llvm-cov] Don't recompute the 'Covered' field from *CoverageInfo (NFC)Vedant Kumar
2016-09-19[llvm-cov] Drop another redundant 'No.' suffixVedant Kumar
2016-09-15[llvm-cov] Move some layout logic to the right spot (NFC)Vedant Kumar
2016-09-15[llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar
2016-09-15[llvm-cov] Don't create 'jump to ...' links in nested viewsVedant Kumar
2016-09-15[llvm-cov] Make a method name more accurate (NFC)Vedant Kumar
2016-09-13[llvm-cov] Just emit the version number in the index fileVedant Kumar
2016-09-13[llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version ...Ying Yi
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] Remove some asserts in the html renderer (NFC)Vedant Kumar
2016-09-09[llvm-cov] Emit a summary in the report directory's indexVedant Kumar
2016-09-08[llvm-cov] Fix issues with segment highlighting in the html viewVedant 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-31[llvm-cov] Drop redundant "No." suffix in a column titleVedant Kumar
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-04[LLVM-COV]Replace tabs to the space indentations in the HTML coverage report.Ying Yi
2016-07-27[llvm-cov] Add a debug mode for source range highlighting (in html)Vedant Kumar
2016-07-27Revert "[llvm-cov] Minor aesthetic improvements for html reports"Vedant Kumar
2016-07-27[llvm-cov] Minor aesthetic improvements for html reportsVedant Kumar
2016-07-22[llvm-cov] Don't copy stylesheets into index filesVedant Kumar