summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CoverageReport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[llvm-cov] Add option to whitelist filenames"Vlad Tsyrklevich2019-10-291-3/+3
* [llvm-cov] Add option to whitelist filenamesVedant Kumar2019-10-291-3/+3
* 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
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-6/+6
* [llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz2018-04-091-3/+7
* [llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz2018-01-051-26/+46
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-1/+0
* [llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz2017-10-131-1/+6
* [llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson2017-10-031-4/+4
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-281-4/+11
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-271-11/+4
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-271-4/+11
* [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar2017-09-191-2/+2
* [llvm-cov] Make some summary info fields private. NFC.Vedant Kumar2017-09-151-25/+26
* [llvm-cov] Remove a redundant field. NFC.Vedant Kumar2017-09-151-4/+8
* [llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman2017-09-111-34/+44
* [llvm-cov] Fix a lifetime issueVedant Kumar2017-09-081-5/+9
* [llvm-cov] Rearrange entries in report index.Eli Friedman2017-08-091-2/+16
* [Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar2017-08-021-18/+12
* Use the new member accessors of llvm::enumerate.Zachary Turner2017-03-131-3/+3
* [llvm-cov] Strip redundant path components from filenames (fix PR31982)Vedant Kumar2017-02-231-14/+44
* [llvm-cov] Demangle symbols in function summaries (fixes PR31394)Vedant Kumar2017-02-051-4/+7
* [llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz2016-11-211-16/+28
* [llvm-cov] Silence a warning from the MSVC runtime (NFC)Vedant Kumar2016-09-261-4/+6
* [llvm-cov] Get rid of all invalid filename referencesVedant Kumar2016-09-231-5/+7
* [llvm-cov] Make a helper method static for re-use (NFC)Vedant Kumar2016-09-191-3/+4
* [llvm-cov] Track function and instantiation coverage separatelyVedant Kumar2016-09-191-8/+41
* [llvm-cov] Make 'adjustColumnWidths' do less workVedant Kumar2016-09-191-12/+23
* [llvm-cov] Handle native paths correctly in the text indexVedant Kumar2016-09-091-1/+5
* [llvm-cov] Add an API to prepare file reports (NFC)Vedant Kumar2016-09-091-17/+35
* [llvm-cov] Drop the longest common filename prefix from summariesVedant Kumar2016-09-081-2/+20
* [llvm-cov] Use colors consistently in the summaryVedant Kumar2016-09-061-32/+32
* [llvm-cov] Clean up the summary class, delete dead code (NFC)Vedant Kumar2016-09-061-54/+53
* [llvm-cov] - Add the coverage of lines in the summary report.Ying Yi2016-07-221-4/+24
* [llvm-cov] Avoid copying file paths multiple times (NFC)Vedant Kumar2016-06-281-1/+1
* [llvm-cov] Adjust column widths for function and file reportsVedant Kumar2015-10-211-9/+13
* [llvm-cov] Disable name and path truncationVedant Kumar2015-09-141-6/+21
* llvm-cov: Actually use the command line arguments when reportingJustin Bogner2015-02-141-2/+3
* llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner2015-02-141-12/+25
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" ...NAKAMURA Takumi2014-10-011-12/+12
* llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz2014-09-301-4/+5
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+201
OpenPOWER on IntegriCloud