Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename test | Chris Lattner | 2009-04-18 | 1 | -24/+0 |
| | | | | llvm-svn: 69424 | ||||
* | 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 | ||||
* | Correct test; sorry for any inconvenience. | Eli Friedman | 2009-01-24 | 1 | -1/+1 |
| | | | | llvm-svn: 62946 | ||||
* | PR3062: statement expressions should be illegal at file scope. I don't | Eli Friedman | 2009-01-24 | 1 | -0/+2 |
| | | | | | | | think this has any significant effects at the moment, but it could matter if we start constant-folding statement expressions like gcc does. llvm-svn: 62943 | ||||
* | fix some problems handling stmtexprs with labels (PR2374), and | Chris Lattner | 2008-07-26 | 1 | -1/+11 |
| | | | | | | improve 'expression unused' diagnostics for stmtexprs. llvm-svn: 54098 | ||||
* | Added missing "RUN:" to comment for test case file. This fixed a bug where ↵ | Ted Kremenek | 2007-11-28 | 1 | -1/+1 |
| | | | | | | | | | the test case testing the frontend's support of statement expressions was not being executed. llvm-svn: 44409 | ||||
* | implement ast building and trivial semantic analysis of stmt exprs. | Chris Lattner | 2007-07-24 | 1 | -0/+12 |
This implements test/Sema/stmt_exprs.c llvm-svn: 40465 |