summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-cov.rst
AgeCommit message (Expand)Author
2018-07-13[docs] Update usage directive for llvm-cov report -show-functionsVedant Kumar
2018-04-09[llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz
2018-01-04[llvm-cov] Refactor "export" command implementation and add support for SOURCES.Max Moroz
2017-12-11[llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz
2017-09-25[docs] llvm-cov: Make docs for boolean options more consistentVedant Kumar
2017-09-20[docs] llvm-cov: Document -show-instantiation-summaryVedant Kumar
2017-08-31[llvm-cov] Read in function names for filtering from a text file.Sean Eveson
2017-08-14[llvm-cov] Add an option which maps the location of source directories on ano...Sean Eveson
2017-08-02[llvm-cov] Respect the value of the -show-instantiations optionVedant Kumar
2017-08-01[llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar
2017-07-11[llvm-cov] Add a cl::opt to control the number of threadsVedant Kumar
2017-02-05[llvm-cov] Don't show function summaries when filtering by filename (fixes PR...Vedant Kumar
2016-10-25[llvm-cov] Add support for loading coverage from multiple objectsVedant Kumar
2016-08-04[llvm-cov] Add some documentation for the -tab-size optionVedant Kumar
2016-07-26[docs] Fix a sphinx error in llvm-cov.rstVedant Kumar
2016-07-26Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar
2016-07-26Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar
2016-07-26[llvm-cov] Add support for exporting coverage data to JSONVedant Kumar
2016-07-15[llvm-cov] Optionally use a symbol demangler when preparing reportsVedant Kumar
2016-07-06[llvm-cov] Add support for creating html reportsVedant Kumar
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
2015-04-21Minor edits to the llvm-cov documentation.Bob Wilson
2015-03-19docs: Update llvm-cov docs for the -use-color flagJustin Bogner
2015-03-12docs: Fix a typo in my previous commitJustin Bogner
2015-03-12docs: Document the llvm-cov show and report commandsJustin Bogner
2014-05-07llvm-cov: Document --no-output in the command guideJustin Bogner
2014-05-06Add some details to the llvm-cov documentation. <rdar://problem/15819496>Bob Wilson
2012-11-29Documentation for llvm-cov: reformatDmitri Gribenko
2012-05-08[docs] Add ReST version of all the man pages.Daniel Dunbar