Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "[llvm-cov] Add option to whitelist filenames" | Vlad Tsyrklevich | 2019-10-29 | 1 | -88/+0 |
| | | | | | | This reverts commit bfed824b57d14e2ba98ddbaf1a1410cf04a3e279, the included test fails on many bots including the sanitier bots, e.g. in http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/36140 | ||||
* | [llvm-cov] Add option to whitelist filenames | Vedant Kumar | 2019-10-29 | 1 | -0/+88 |
Add the `-whitelist-filename-regex` option to restrict coverage reporting to file paths that match a whitelist regex. Patch by Michael Daniels! rdar://56720320 |