]> granicus.if.org Git - clang/commit
Ensure an insertion point at the end of a statement-expression.
authorJohn McCall <rjmccall@apple.com>
Thu, 13 Jan 2011 02:03:06 +0000 (02:03 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 13 Jan 2011 02:03:06 +0000 (02:03 +0000)
commit8d3d6c93551cc62c6d550f090991bfba1d32d0a4
tree359d40b2617eac1b8b46e5efdccbf43969d94bcc
parent48aef3625a0a80d044b40f872355990134ee7598
Ensure an insertion point at the end of a statement-expression.
Fixes PR8967.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123360 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprScalar.cpp
test/CodeGen/exprs.c