summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-attributed-stmt.c
Commit message (Collapse)AuthorAgeFilesLines
* Corrected testcase to work with release buildKarl-Johan Karlsson2017-09-061-3/+3
| | | | | | The fault was introduced in r312623 llvm-svn: 312627
* Debug info: Fixed faulty debug locations for attributed statementsKarl-Johan Karlsson2017-09-061-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
OpenPOWER on IntegriCloud