summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix <rdar://problem/6451399> problems with labels and blocks.Steve Naroff2009-02-281-6/+18
* Match gcc and always perform array/function conversion for asm input exprs. F...Anders Carlsson2009-02-221-2/+2
* Several related changes: Chris Lattner2009-02-141-16/+8
* Remove DeclGroupOwningRef, since we intend for declarations to be ownedDouglas Gregor2009-02-131-2/+2
* Sema::ActOnObjCAtThrowStmt(): return from recently added errors. Thanks Chris!Steve Naroff2009-02-121-3/+3
* Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...Steve Naroff2009-02-121-4/+2
* Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.Steve Naroff2009-02-111-2/+9
* Fix <rdar://problem/6206858> [sema] type check @throw statements.Steve Naroff2009-02-111-3/+16
* Overhaul of Stmt allocation:Ted Kremenek2009-02-071-38/+46
* Add support for blocks with explicit return types.Mike Stump2009-02-041-15/+16
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+0
* If an input constraint refers to an output constraint, it should have the sam...Anders Carlsson2009-01-271-1/+7
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Fix an inline asm sema bug that I introduced.Anders Carlsson2009-01-211-2/+2
* Improvements to Sema of asm statements. Fixes <rdar://problem/6156893>Anders Carlsson2009-01-201-7/+16
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-6/+6
* Convert ObjC statement actions to smart pointers.Sebastian Redl2009-01-181-30/+28
* Convert asm statement action to smart pointers.Sebastian Redl2009-01-181-65/+61
* Convert more statement actions to smart pointers.Sebastian Redl2009-01-181-51/+48
* Change TargetInfo::validateInputConstraint to take begin/end name iterators i...Anders Carlsson2009-01-171-1/+2
* Convert some more statement actions to smart pointers.Sebastian Redl2009-01-161-51/+67
* 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
OpenPOWER on IntegriCloud