]> granicus.if.org Git - clang/commit
C's comma operator performs lvalue conversion on both its operands;
authorJohn McCall <rjmccall@apple.com>
Tue, 12 Oct 2010 07:14:40 +0000 (07:14 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 12 Oct 2010 07:14:40 +0000 (07:14 +0000)
commitcf2e5063ae7e7ed3f8d86bb426b2208e242128ab
treea6b13804b9eb96acb8ab82ae7e976020a4c1efa7
parentf9c5afb8df90d2711fdb0d3699aba99f1db0b848
C's comma operator performs lvalue conversion on both its operands;
require them to have complete types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116297 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/Sema/exprs.c