aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaAccess.cpp
AgeCommit message (Expand)Author
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2010-02-02Mark dtors for parameter variables and eliminate some redundant type munging.John McCall
2010-02-02Access control for implicit destructor calls. Diagnostic could be orders ofJohn McCall
2010-02-01Access checking for implicit user-defined conversions.John McCall
2010-01-28Access checking for overloaded operators.John McCall
2010-01-27Implement access-check delays for out-of-line member definitionsJohn McCall
2010-01-27Implement access control for overloaded functions. Suppress access controlJohn McCall
2010-01-23Implement elementary access control.John McCall
2009-12-23Set a member's access specifier even if it doesn't match the previous specifier.John McCall
2009-10-06Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-18Enhance testing of overriding exception specs for inaccessible base exceptions.Sebastian Redl
2009-05-13Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagn...Anders Carlsson
2009-05-13Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson
2009-03-28Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson
2009-03-28Implement access checking for protected base classes.Anders Carlsson
2009-03-27It is OK to cast to a private base class if the current member belongs to the...Anders Carlsson
2009-03-27Implement checking for base class access. Right now it's overly conservative ...Anders Carlsson
2009-03-27Add a stubbed out CheckBaseClassAccess method.Anders Carlsson
2009-03-27Move Sema::SetMemberAccessSpecifier to SemaAccess.cppAnders Carlsson
2009-03-27Add SemaAccess.cppAnders Carlsson