summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change DefaultFunctionArrayConversions and UsualUnaryConversions to return vo...Steve Naroff2007-07-161-8/+8
* Refactor code so that isIntegerConstantExpr has an ASTContext available.Chris Lattner2007-07-151-2/+2
* More changes related to implementing ImplicitCastExpr.Steve Naroff2007-07-131-16/+18
* add a method to get more precise arrow positioning for expressions. RenameChris Lattner2007-06-271-2/+1
* First cut at warning about expressions whose results are ignored. For example,Chris Lattner2007-06-271-0/+13
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-1/+0
* Bug #:Steve Naroff2007-06-061-2/+1
* Bug #:Steve Naroff2007-06-041-4/+4
* Bug #:Steve Naroff2007-06-031-4/+4
* eliminate unneeded castChris Lattner2007-06-031-2/+3
* Fix a fixme, produce diagnostics like this:Chris Lattner2007-06-021-5/+7
* Modify Expr::isConstantExpr and friends take a pointer to a SourceLoc insteadChris Lattner2007-06-021-1/+2
* add fixmeChris Lattner2007-05-311-0/+3
* Bug #:Steve Naroff2007-05-301-1/+2
* Bug #:Steve Naroff2007-05-301-5/+16
* Bug #:Steve Naroff2007-05-291-0/+3
* Bug #:Steve Naroff2007-05-291-11/+21
* Bug #:Steve Naroff2007-05-291-4/+49
* implement full sema support for the GCC address-of-label extension.Chris Lattner2007-05-281-3/+2
* Change GotoStmt's to have a pointer to the LabelStmt instead of a pointer toChris Lattner2007-05-281-2/+31
* add action for null stmt, create ast node.Chris Lattner2007-05-281-0/+4
* Bug #:Steve Naroff2007-05-271-0/+48
* Don't "optimize" empty or unit compound exprs away.Chris Lattner2007-05-201-6/+1
* Bug #:Steve Naroff2007-05-181-1/+2
* Bug #:Steve Naroff2007-05-081-0/+7
* move semantic analysis of break/continue out of the parser into the sema class.Chris Lattner2006-11-101-2/+20
* move semantic analysis of statements to it's own file.Chris Lattner2006-11-101-0/+106
OpenPOWER on IntegriCloud