Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-cov] Don't show function summaries when filtering by filename (fixes ↵ | Vedant Kumar | 2017-02-05 | 1 | -1/+1 |
| | | | | | | PR31395) llvm-svn: 294137 | ||||
* | [llvm-cov] Demangle symbols in function summaries (fixes PR31394) | Vedant Kumar | 2017-02-05 | 1 | -0/+3 |
| | | | | llvm-svn: 294136 | ||||
* | [llvm-cov] Demangle names for hidden instantiation views | Vedant Kumar | 2016-09-20 | 1 | -3/+7 |
| | | | | llvm-svn: 282020 | ||||
* | [llvm-cov] Attempt to fix a test failure on Windows | Vedant Kumar | 2016-07-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Don't make the test/tools/llvm-cov/demangle.test depend on the order in which symbols are seen, or on the exact formatting llvm-cov emits after a symbol is printed. This is an attempt to fix a Windows bot failure: http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/9141 I don't know what the root cause of the failure is, or why the showTemplateInstantiations test doesn't fail in the same way on the Windows bots. However, this measure can't hurt, and it'll at least get me on the blamelists again. llvm-svn: 275758 | ||||
* | [llvm-cov] Optionally use a symbol demangler when preparing reports | Vedant Kumar | 2016-07-15 | 1 | -0/+4 |
Add an option to specify a symbol demangler (as well as options to the demangler). This can be used to make reports more human-readable. This option is especially useful in -output-dir mode, since it isn't as easy to manually pipe reports into a demangler in this mode. llvm-svn: 275640 |