summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert some more actions to smart pointers.Sebastian Redl2009-01-111-44/+49
* Perform default function/array conversion for input arguments to inline asm s...Anders Carlsson2008-12-311-0/+3
* Convert a two more statement actions to smart pointers.Sebastian Redl2008-12-281-22/+27
* Full AST support and better Sema support for C++ try-catch.Sebastian Redl2008-12-221-0/+28
* Partial AST and Sema support for C++ try-catch.Sebastian Redl2008-12-221-0/+10
* Convert a few Stmt actions to smart pointers.Sebastian Redl2008-12-211-22/+23
* This is valid in C++.Chris Lattner2008-12-181-4/+8
* Merge function-return.c into function.cChris Lattner2008-12-181-7/+8
* Introduce basic support for dependent types, type-dependentDouglas Gregor2008-12-051-14/+16
* change getCurFunctionDecl to skip through Block contexts to findChris Lattner2008-12-041-3/+6
* Use VerifyIntegerConstantExpression for case values.Anders Carlsson2008-12-011-19/+4
* Change a whole lot of diagnostics to take QualType's directly Chris Lattner2008-11-241-8/+8
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-4/+4
* Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner2008-11-231-7/+7
* Case values must be evaluatedAnders Carlsson2008-11-221-2/+5
* Use Expr::Evaluate for case statements. Fixes PR2525Anders Carlsson2008-11-221-4/+13
* remove the last old-fashioned Diag method. Transition complete!Chris Lattner2008-11-201-7/+9
* remove another old-school Diag method.Chris Lattner2008-11-201-16/+16
* stop calling II::getName() unnecesarily in semaChris Lattner2008-11-191-18/+22
* remove one more old-style Diag method.Chris Lattner2008-11-191-24/+24
* Switch several more Sema Diag methods over. This simplifies theChris Lattner2008-11-191-8/+8
* Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor2008-10-291-5/+6
* Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDe...Ted Kremenek2008-10-071-1/+22
* When processing Objective-C foreach statements, first check to see if the sta...Ted Kremenek2008-10-061-4/+6
* Use the DeclStmt::decl_iterator to get the first decl in a DeclStmt instead o...Ted Kremenek2008-10-061-1/+1
* Fix <rdar://problem/6243788> clang: Incorrect return statement for Blocks?Steve Naroff2008-09-241-1/+3
* Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on th...Steve Naroff2008-09-161-2/+3
* Do implicit conversion to bool for the condition in a do-while statement.Argyrios Kyrtzidis2008-09-111-1/+4
* Implement Sema support for the 'condition' part of C++ selection-statements a...Argyrios Kyrtzidis2008-09-101-16/+49
* 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