]> granicus.if.org Git - clang/commit
Handle a captured this for the debug information as well.
authorEric Christopher <echristo@apple.com>
Wed, 19 Sep 2012 21:47:34 +0000 (21:47 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 19 Sep 2012 21:47:34 +0000 (21:47 +0000)
commit28e3c9982500b6abd9f419f7baa505bebc9065ba
treeb406f0ef96b057c9a197fd7221e3a686c395aca5
parent195ff58b91ea106931c04f9bbdcf312925e3440c
Handle a captured this for the debug information as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164253 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-lambda-this.cpp [new file with mode: 0644]