Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar | |
Tests and drivers updated, still need to shuffle dirs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-03-20 | Allow flexible array initializers that are not surrounded by | Douglas Gregor | |
braces. We now build the appropriate fully-structured initializer list for such things. Per PR3618, verified that we're getting the right code generation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67353 91177308-0d34-0410-b5e6-96231b3b80d8 |