]> granicus.if.org Git - clang/commit
Implement codegen for comma operator for structs.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 20 May 2008 07:56:31 +0000 (07:56 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 20 May 2008 07:56:31 +0000 (07:56 +0000)
commit07fa52ab33a75d7a5736ea5bd0d4e3134fb10c7e
treed3c1acf4fac638108b97f550f0febb830a07cd26
parentd8dc2100487640d8f5ce53201fdcfac7b5ca32b2
Implement codegen for comma operator for structs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51304 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprAgg.cpp
test/CodeGen/struct-comma.c [new file with mode: 0644]