Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Remove mangled name from test. | Matt Davis | 2018-02-15 | 1 | -1/+0 |
| | | | | | | | This line is not needed in the test, and breaks Windows testing. Fixes the test added in r325175. llvm-svn: 325271 | ||||
* | [Debug] Annotate compiler generated range-for loop variables. | Matt Davis | 2018-02-14 | 1 | -0/+36 |
Summary: This change aims to simplify debugging by annotating the range-for loop artificial variables (range, begin, end) with the scope depth. Reviewers: rsmith, dblaikie Reviewed By: dblaikie Subscribers: dblaikie, cfe-commits Tags: #debug-info Differential Revision: https://reviews.llvm.org/D42813 llvm-svn: 325175 |