]> granicus.if.org Git - clang/commit
Implement codegen of aggregates as lvalues in binary expressions,
authorDaniel Dunbar <daniel@zuster.org>
Thu, 4 Sep 2008 03:20:13 +0000 (03:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 4 Sep 2008 03:20:13 +0000 (03:20 +0000)
commit80e62c29fe21cd06c93eba6e72b7e32dca06fcf9
tree6728033352a9c86e77b0c5dfeb037e4b374f2cc5
parent3b6eede6b1d8ceac67cf58e5f0db1beaae904709
Implement codegen of aggregates as lvalues in binary expressions,
e.g. "(a = b).somefield".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55758 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGen/struct.c