summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CoverageViewOptions.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-1/+1
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-1/+1
* Speeding up llvm-cov export with multithreaded renderFiles implementation.Max Moroz2019-03-141-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-cov] Add lcov tracefile export format.Max Moroz2018-11-091-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-7/+7
* IWYU llvm-config.h for LLVM_VERSION_STRINGNico Weber2018-04-251-0/+1
* [llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz2018-01-051-0/+1
* [llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz2017-12-111-0/+1
* [llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman2017-09-111-0/+2
* [llvm-cov] Unify region marker placement between text/html modesVedant Kumar2017-09-081-1/+0
* [llvm-cov] Do not print out the filename of the object fileVedant Kumar2016-10-251-1/+0
* [llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version ...Ying Yi2016-09-131-0/+7
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-241-0/+9
* [LLVM-COV]Replace tabs to the space indentations in the HTML coverage report.Ying Yi2016-08-041-0/+1
* [llvm-cov] Optionally use a symbol demangler when preparing reportsVedant Kumar2016-07-151-0/+5
* [llvm-cov] Document a few private fields of CodeCoverageTool (NFC)Vedant Kumar2016-07-151-1/+1
* [llvm-cov] Add support for creating html reportsVedant Kumar2016-07-061-1/+2
* [llvm-cov] Rename ShowFormat to Format (NFC)Vedant Kumar2016-06-281-1/+1
* [llvm-cov] Move a check into a helper method (NFC)Vedant Kumar2016-06-281-0/+3
* Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar2016-06-281-0/+1
* Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar2016-06-281-1/+0
* [llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar2016-06-281-0/+1
* [llvm-cov] Add a format option for the 'show' sub-command (mostly NFC)Vedant Kumar2016-06-281-0/+5
* [llvm-cov] Disable name and path truncationVedant Kumar2015-09-141-0/+1
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+36
OpenPOWER on IntegriCloud