]> granicus.if.org Git - clang/commit
Expose the logic for field address codegen; it is needed for aggregate
authorEli Friedman <eli.friedman@gmail.com>
Sat, 9 Feb 2008 08:50:58 +0000 (08:50 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 9 Feb 2008 08:50:58 +0000 (08:50 +0000)
commit472778eb4fce241721c563280886e98389bc7219
treeb33b88e8322f4dc1ddb5d91b3e848cf5c6b8b142
parentefe7f36f4d87b6e64b87128a81018350b2f21987
Expose the logic for field address codegen; it is needed for aggregate
initializers, and I don't want to duplicate the bitfield-handling code.
(I'll send a patch for aggregate initializers to the mailing
list sometime soon.)

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