summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* implement PR4077: [Linux kernel] inscrutable error on inline asm input/output...Chris Lattner2009-04-261-0/+18
* in a tied operand, don't copy over the name or constraint string, just the fl...Chris Lattner2009-04-261-1/+0
* pull operands names "[foo]" into ConstraintInfo.Chris Lattner2009-04-261-6/+6
* pull the constraint string into the ConstraintInfo structChris Lattner2009-04-261-15/+14
* change TargetInfo::ConstraintInfo to be a struct that containsChris Lattner2009-04-261-9/+8
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-1/+2
* implement semantic analysis for @synchronized, fixing a crash on invalidChris Lattner2009-04-211-0/+9
* add support for goto checking and @synchronized blocks,Chris Lattner2009-04-211-0/+2
* add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid Chris Lattner2009-04-191-0/+1
* Add location info for indirect goto.Chris Lattner2009-04-191-2/+2
* abstract the SwitchStack for blocks just like we do the goto labels.Chris Lattner2009-04-181-7/+7
* refactor some code, adding a new getLabelMap() accessor methodChris Lattner2009-04-181-3/+2
* if we already know that a decl is invalid in an @catch, don't verify its type.Chris Lattner2009-04-121-1/+5
* add a new isNull() method to DeclGroupRef.Chris Lattner2009-04-121-2/+3
* Parse deleted member functions. Parsing member declarations goes through a di...Sebastian Redl2009-04-121-3/+44
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-23/+5
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-8/+7
* rename some methods.Chris Lattner2009-03-281-2/+2
* Sanity-check argument to indirect goto.Eli Friedman2009-03-261-3/+7
* Fix for PR3869: actually enforce that the argument of an indirect goto Eli Friedman2009-03-261-2/+4
* introduce a new -fheinous-gnu-extensions flag that enables reallyChris Lattner2009-03-131-6/+33
* Reimplement fix for <rdar://problem/6451399> problems with labels and blocks.Steve Naroff2009-03-131-2/+3
* Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revis...Steve Naroff2009-03-131-18/+6
* position the caret properly on asm string diagnostics, e.g.:Chris Lattner2009-03-101-3/+2
* add plumbing to report diagnostics back through sema for malformed asmstrings.Chris Lattner2009-03-101-4/+18
* Change Parser::ParseCaseStatement to use an iterative approach to parsingChris Lattner2009-03-041-10/+14
* Change a warning to an error...Steve Naroff2009-03-031-1/+1
* Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @cat...Steve Naroff2009-03-031-3/+8
* Fix <rdar://problem/6632061> [sema] non object types should not be allowed in...Steve Naroff2009-03-031-2/+8
* Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...Steve Naroff2009-03-031-2/+2
* Fix <rdar://problem/6635908> crash on invalidSteve Naroff2009-03-031-3/+5
* ObjCAtCatchStmt's ParamStmt is always a DeclStmt.Daniel Dunbar2009-03-011-1/+1
* 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
OpenPOWER on IntegriCloud