Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -4/+4 |
| | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
* | Allow flexible array initializers that are not surrounded by | Douglas Gregor | 2009-03-20 | 1 | -0/+8 |
braces. We now build the appropriate fully-structured initializer list for such things. Per PR3618, verified that we're getting the right code generation. llvm-svn: 67353 |