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 | ||||
* | Implement CodeGen support for the 'CXXConditionDeclExpr' expression node, ↵ | Argyrios Kyrtzidis | 2008-09-10 | 1 | -0/+9 |
which represents a 'condition' declaration, e.g: "if (int x=0) {...}". llvm-svn: 56045 |