clang-1/CodeGen
Chris Lattner 9a64cf762e globals can't be vla's
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44512 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-02 07:32:25 +00:00
..
CGBuiltin.cpp convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CGDecl.cpp Support initalisers for more than just int-typed static variables. 2007-12-02 00:11:25 +00:00
CGExpr.cpp Handle global variable definitions which change the type of a definition, such as: 2007-12-02 07:09:19 +00:00
CGExprAgg.cpp convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CGExprComplex.cpp convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CGExprScalar.cpp convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CGObjC.cpp completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. 2007-08-24 05:35:26 +00:00
CGStmt.cpp convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CodeGenFunction.cpp warn about unhandled initializers instead of crashing on them. 2007-12-02 07:19:18 +00:00
CodeGenFunction.h convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CodeGenModule.cpp globals can't be vla's 2007-12-02 07:32:25 +00:00
CodeGenModule.h warn about unhandled initializers instead of crashing on them. 2007-12-02 07:19:18 +00:00
CodeGenTypes.cpp Better match llvm-gcc's behavior for CodeGen naming of anonymous structs and unions. 2007-12-01 09:20:34 +00:00
CodeGenTypes.h Start struct bit field laout work. 2007-11-07 01:57:13 +00:00
Makefile Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
ModuleBuilder.cpp Warn about unsupported codegen with the diags machinery, giving us: 2007-12-02 01:40:18 +00:00