]> granicus.if.org Git - clang/commit
Use end location of DeclStmt to mark stop point.
authorDevang Patel <dpatel@apple.com>
Wed, 12 May 2010 00:39:34 +0000 (00:39 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 12 May 2010 00:39:34 +0000 (00:39 +0000)
commit60e4fd95ed8c1f99697f4d9f73d07717b6e21048
tree5d75ccab16c4136195991b85fd44bdaf7694da9d
parenta48412a38e8acac45721fad09cd55df3dc7b4e76
Use end location of DeclStmt to mark stop point.
This is meaningful for blocks. This patch fixes bunch of test failures in gdb testsuite.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103533 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmt.cpp