[cfe-commits] r46859 - in /cfe/trunk: CodeGen/CGExpr.cpp CodeGen/CodeGenTypes.cpp test/CodeGen/bitfield.c

Lauro Ramos Venancio lauro.venancio at gmail.com
Fri Feb 8 12:02:36 PST 2008


>
> Wow, this is going to be seriously painful to deal with for constant
> initializers.  Any particular suggestions there?  (I suppose it was
> going to be painful in any case, though.)
>

I think a mid-term goal should be to handle bitfields in the LLVM
instead of in the front end.
Nowadays, I think we should change the placeBitfield function
(CodeGenType.cpp) to provide more information making easier to
implement bitfield initializer.

Lauro



More information about the cfe-commits mailing list