summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-range-for-var-names.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Remove mangled name from test.Matt Davis2018-02-151-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 Davis2018-02-141-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
OpenPOWER on IntegriCloud