Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [utils] Delete the 'check-coverage-regressions' script | Vedant Kumar | 2016-09-19 | 1 | -139/+0 |
| | | | | | | | | | In practice, it's way too noisy. It's also a maintenance burden, since we apparently can't add tests for it without breaking some Windows setups (see: D22692). llvm-svn: 281871 | ||||
* | [utils] Update coverage regression checking script | Vedant Kumar | 2016-07-22 | 1 | -37/+41 |
| | | | | | | | | r276409 changed the coverage summary format. Update the script so that it can parse the new output, and incorporate the new information into its warnings. llvm-svn: 276446 | ||||
* | [utils] Add script to check for code coverage regressions | Vedant Kumar | 2016-07-20 | 1 | -0/+135 |
Differential Revision: https://reviews.llvm.org/D22544 llvm-svn: 276199 |