]> granicus.if.org Git - clang/commit
* Attempt to un-break gdb buildbot by emitting a lexical block end only
authorAdrian Prantl <aprantl@apple.com>
Mon, 1 Apr 2013 19:02:06 +0000 (19:02 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 1 Apr 2013 19:02:06 +0000 (19:02 +0000)
commitefb72adbae0c253fc2fd9127fb3e1c36cb1b8d93
tree8c6980429cc8bd5261913db7543167645d657b1a
parent5b8740f840238b3616691e5b300df57a758f32a6
* Attempt to un-break gdb buildbot by emitting a lexical block end only
  when we actually end a lexical block.
* Added new test for line table / block cleanup.
* Follow-up to r177819 / rdar://problem/13115369

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.h
test/CodeGenCXX/cp-blocks-linetables.cpp [new file with mode: 0644]