summaryrefslogtreecommitdiff
path: root/include/clang/Parse/Scope.h
Commit message (Expand)AuthorAgeFilesLines
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-325/+0
* Remove ElseScope which is also dead code now.Nick Lewycky2010-08-061-5/+1
* Fix typo.Chandler Carruth2010-05-091-1/+1
* fix rdar://7852959 - Use of super within a block is actually ok.Chris Lattner2010-04-121-6/+0
* change Scope::WithinElse to be a normal scope flag, widen theChris Lattner2010-04-121-14/+8
* Have the parser decide whether a message to super is a variable orChris Lattner2010-04-121-4/+25
* Unbreak the buildDouglas Gregor2010-03-011-0/+4
* Keep an explicit stack of function and block scopes, each element ofDouglas Gregor2010-03-011-0/+8
* Eliminate some false positives due to a thinko in the "'blah' isDouglas Gregor2009-11-051-4/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-23/+23
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-6/+6
* Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revis...Steve Naroff2009-03-131-8/+0
* Fix <rdar://problem/6451399> problems with labels and blocks.Steve Naroff2009-02-281-0/+8
* Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.Steve Naroff2009-02-111-2/+11
* Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor2009-02-031-0/+27
* When we see a reference to a struct, class, or union like "struct X"Douglas Gregor2009-01-091-8/+18
* Remove tabs.Nate Begeman2008-12-161-4/+4
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-0/+14
* Added a warning when referencing an if's condition variable in theDouglas Gregor2008-12-101-0/+24
* Representation of template type parameters and non-type templateDouglas Gregor2008-12-051-7/+18
* A little more scaffolding for parsing templates:Douglas Gregor2008-12-021-1/+13
* More semantic analysis for blocks...Steve Naroff2008-09-101-8/+35
* Implement parser support for the 'condition' part of C++ selection-statements...Argyrios Kyrtzidis2008-09-091-2/+5
* Add parser/action support for block literal expressions.Steve Naroff2008-08-281-1/+7
* Add parsing support for C++ classes.Argyrios Kyrtzidis2008-06-241-1/+19
* Clean up handling of function redeclarationsDouglas Gregor2008-04-211-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Break the assumption that any sort of scope (e.g. a loop scope) can Chris Lattner2007-08-261-10/+23
* remove some dead enum values.Chris Lattner2007-08-261-11/+1
* Refactor switch analysis to make it possible to detect duplicate case valuesAnders Carlsson2007-07-221-8/+0
* Add initial switch stmt support, patch by Anders Carlsson!Chris Lattner2007-07-181-0/+8
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+146