[PATCH] D50927: [Sema] Remove location from implicit capture init expr
Vedant Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 27 15:36:54 PDT 2018
vsk updated this revision to Diff 162764.
vsk added a comment.
- Partially address some of @rsmith's feedback. Instead of using the capture default location, I used the beginning location of the capture list. This results in smoother single-stepping when those two locations are on different lines.
https://reviews.llvm.org/D50927
Files:
clang/lib/Sema/SemaLambda.cpp
clang/test/CodeGenCXX/debug-info-lambda.cpp
clang/test/SemaCXX/uninitialized.cpp
clang/unittests/Tooling/RecursiveASTVisitorTests/DeclRefExpr.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50927.162764.patch
Type: text/x-patch
Size: 4956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180827/3518f525/attachment.bin>
More information about the cfe-commits
mailing list