summaryrefslogtreecommitdiff
path: root/include/clang/Sema/Scope.h
Commit message (Expand)AuthorAge
* Merging r167766: into the 3.2 release branch.Pawel Wodnicki2012-12-05
* PR14296: function parameter name collisions in function try/catchDavid Blaikie2012-11-10
* Revert r163083 per chandlerc's request.Joao Matos2012-09-04
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-02
* More doxygen/documentation cleanups.James Dennett2012-06-13
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-16
* Reapply r151638 and r151641.James Molloy2012-02-29
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-28
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-28
* Reject continue/break statements within members of local functions nested withinRichard Smith2012-02-17
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* Properly implement the scope restriction on the NRVO forDouglas Gregor2011-07-06
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-11
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-01
* Add a fixit suggest for missing case keywords inside a switch scope. For ins...Richard Trieu2011-04-21
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Switch labels over to using normal name lookup, instead of their Chris Lattner2011-02-18
* Refactoring.Argyrios Kyrtzidis2010-11-19
* DeclPtrTy -> Decl *John McCall2010-08-21
* Another step in the process of making the parser depend on Sema:John McCall2010-08-20