Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected testcase to work with release build | Karl-Johan Karlsson | 2017-09-06 | 1 | -3/+3 |
| | | | | | | The fault was introduced in r312623 llvm-svn: 312627 | ||||
* | Debug info: Fixed faulty debug locations for attributed statements | Karl-Johan Karlsson | 2017-09-06 | 1 | -0/+12 |
Summary: As the attributed statements are considered simple statements no stoppoint was generated before emitting attributed do/while/for/range- statement. This lead to faulty debug locations. Reviewers: echristo, aaron.ballman, dblaikie Reviewed By: dblaikie Subscribers: bjope, aprantl, cfe-commits Differential Revision: https://reviews.llvm.org/D37428 llvm-svn: 312623 |