summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add semantic analysis for "blocks". Steve Naroff2008-09-031-0/+55
* Objective-C foreach selector elements must be lvalues.Anders Carlsson2008-08-251-3/+10
* Several cleanups and tweaks to diagnostics in Sema::ActOnAsmStmt,Chris Lattner2008-08-181-37/+29
* various updates to match r54873 on mainline.Chris Lattner2008-08-171-5/+5
* Update some isIntegerConstantExpr uses to useDaniel Dunbar2008-08-131-4/+2
* More #include cleaningDaniel Dunbar2008-08-111-4/+0
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* Use DeclStmt::decl_iterator instead of walking the getNextDeclarator() chain.Ted Kremenek2008-08-081-4/+4
* convert more code to use ASTContext to get canonical types insteadChris Lattner2008-07-261-1/+1
* Fix rdar://6095136, various crashes with incomplete enum types.Chris Lattner2008-07-251-1/+7
* Move isObjCObjectPointerType() from Sema to ASTContext.Ted Kremenek2008-07-241-2/+2
* Fix rdar://6094010 various asserts happening with wide strings in inline asm.Chris Lattner2008-07-231-38/+38
* Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...Argyrios Kyrtzidis2008-06-281-9/+10
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-9/+8
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+821
OpenPOWER on IntegriCloud