summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CoverageExporterJson.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Fix illegal cast from uint64_t to int64_tSajjad Mirza2019-11-151-3/+13
* Revert "[llvm-cov] Add option to whitelist filenames"Vlad Tsyrklevich2019-10-291-3/+2
* [llvm-cov] Add option to whitelist filenamesVedant Kumar2019-10-291-2/+3
* Speeding up llvm-cov export with multithreaded renderFiles implementation.Max Moroz2019-03-141-13/+49
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-cov] Delete custom JSON serialization code (NFC)Vedant Kumar2018-09-121-325/+133
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-2/+2
* [llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz2018-04-091-5/+8
* [llvm-cov] Skip unnecessary coverage computations for "export -summary-only".Max Moroz2018-01-121-29/+34
* [llvm-cov] Refactor "export" command implementation and add support for SOURCES.Max Moroz2018-01-041-310/+254
* [llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz2017-12-111-16/+23
* [llvm-cov] Make some summary info fields private. NFC.Vedant Kumar2017-09-151-10/+10
* [llvm-cov] Remove a redundant field. NFC.Vedant Kumar2017-09-151-1/+3
* [llvm-cov] Fix a lifetime issueVedant Kumar2017-09-081-5/+9
* [llvm-cov] Do not print out the filename of the object fileVedant Kumar2016-10-251-14/+5
* [Coverage] Delete some copy constructors (NFC)Vedant Kumar2016-10-121-1/+1
* [llvm-cov] Get rid of all invalid filename referencesVedant Kumar2016-09-231-2/+4
* [llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar2016-09-191-11/+1
* [llvm-cov] Teach the coverage exporter about instantiation coverageVedant Kumar2016-09-191-16/+26
* [llvm-cov] Escape '\' in strings when emitting JSONVedant Kumar2016-07-271-2/+12
* Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-0/+418
* Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar2016-07-261-418/+0
* [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-0/+418
OpenPOWER on IntegriCloud