Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tighten up a test for -check-debugify, NFC | Vedant Kumar | 2018-07-02 | 1 | -2/+1 |
| | | | | | | | | | Use an -implicit-check-not to make sure an error which should not occur in fact does not occur before the first CHECK line. Suggested by Paul Robinson in post-commit feedback for r335897. llvm-svn: 336123 | ||||
* | [Debugify] Do not report line 0 locations as errors | Vedant Kumar | 2018-06-28 | 1 | -0/+31 |
The checking logic should not treat artificial locations as being somehow problematic. Producing these locations can be the desired behavior of some passes. See llvm.org/PR37961. llvm-svn: 335897 |