Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debug Info: Strengthen the synthesized-property-cleanup.mm test, NFC | Vedant Kumar | 2019-12-10 | 1 | -3/+12 |
| | | | | | | | | After https://reviews.llvm.org/D71084, the line locations assigned when emitting cleanups inside of property accessors changed. Update this test to actually check that those locations are correct. rdar://57796656 | ||||
* | Debug Info: Assert that location is available for cleanups | Adrian Prantl | 2019-12-05 | 1 | -0/+25 |
rdar://57630879 Differential Revision: https://reviews.llvm.org/D71042 |