summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/stmt_exprs.c
Commit message (Collapse)AuthorAgeFilesLines
* rename testChris Lattner2009-04-181-24/+0
| | | | llvm-svn: 69424
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Correct test; sorry for any inconvenience.Eli Friedman2009-01-241-1/+1
| | | | llvm-svn: 62946
* PR3062: statement expressions should be illegal at file scope. I don't Eli Friedman2009-01-241-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 Lattner2008-07-261-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 Kremenek2007-11-281-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 Lattner2007-07-241-0/+12
This implements test/Sema/stmt_exprs.c llvm-svn: 40465
OpenPOWER on IntegriCloud