| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
| * | Set constant bit on static block vars as well. Patch by Anders Johnson!q | Daniel Dunbar | 2009-02-13 | 1 | -1/+10 |
| | | | | | llvm-svn: 64502 | ||||
| * | Upgrade the "excess elements in array initializer" warning to an | Douglas Gregor | 2009-01-30 | 1 | -1/+0 |
| | | | | | | | | error, since both C99 and C++ consider it an error. For reference, GCC makes this a warning while G++ makes it an error. llvm-svn: 63435 | ||||
| * | add a testcase | Chris Lattner | 2008-05-04 | 1 | -1/+9 |
| | | | | | llvm-svn: 50608 | ||||
| * | Simplify aggregate initilizer implementation. Use the ↵ | Lauro Ramos Venancio | 2008-02-19 | 1 | -0/+1 |
| | | | | | | | | | | CodeGenModule::EmitConstantExpr method when possible. Fix mediabench/mpeg2/mpeg2dec test. llvm-svn: 47336 | ||||
| * | Implement multi-dimension array initalizer. | Lauro Ramos Venancio | 2008-02-18 | 1 | -5/+12 |
| | | | | | | | Fix McCat/08-main test. llvm-svn: 47286 | ||||
| * | Correctly handle constants that refer to enums. | Anders Carlsson | 2008-01-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 46481 | ||||
| * | Correctly handle scalars in braces. | Anders Carlsson | 2008-01-29 | 1 | -0/+7 |
| llvm-svn: 46480 | |||||

