aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/Scope.h
AgeCommit message (Expand)Author
2009-11-05Eliminate some false positives due to a thinko in the "'blah' isDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-28Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner
2009-03-13Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revis...Steve Naroff
2009-02-28Fix <rdar://problem/6451399> problems with labels and blocks.Steve Naroff
2009-02-11Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.Steve Naroff
2009-02-03Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor
2009-01-09When we see a reference to a struct, class, or union like "struct X"Douglas Gregor
2008-12-16Remove tabs.Nate Begeman
2008-12-11Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor
2008-12-10Added a warning when referencing an if's condition variable in theDouglas Gregor
2008-12-05Representation of template type parameters and non-type templateDouglas Gregor
2008-12-02A little more scaffolding for parsing templates:Douglas Gregor
2008-09-10More semantic analysis for blocks...Steve Naroff
2008-09-09Implement parser support for the 'condition' part of C++ selection-statements...Argyrios Kyrtzidis
2008-08-28Add parser/action support for block literal expressions.Steve Naroff
2008-06-24Add parsing support for C++ classes.Argyrios Kyrtzidis
2008-04-21Clean up handling of function redeclarationsDouglas Gregor
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-08-26Break the assumption that any sort of scope (e.g. a loop scope) can Chris Lattner
2007-08-26remove some dead enum values.Chris Lattner
2007-07-22Refactor switch analysis to make it possible to detect duplicate case valuesAnders Carlsson
2007-07-18Add initial switch stmt support, patch by Anders Carlsson!Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer