summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaAccess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-227/+401
* Mark dtors for parameter variables and eliminate some redundant type munging.John McCall2010-02-021-7/+2
* Access control for implicit destructor calls. Diagnostic could be orders ofJohn McCall2010-02-021-0/+25
* Access checking for implicit user-defined conversions.John McCall2010-02-011-1/+18
* Access checking for overloaded operators.John McCall2010-01-281-0/+24
* Implement access-check delays for out-of-line member definitionsJohn McCall2010-01-271-2/+35
* Implement access control for overloaded functions. Suppress access controlJohn McCall2010-01-271-0/+42
* Implement elementary access control.John McCall2010-01-231-0/+99
* Set a member's access specifier even if it doesn't match the previous specifier.John McCall2009-12-231-0/+2
* Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor2009-10-061-5/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-10/+9
* Enhance testing of overriding exception specs for inaccessible base exceptions.Sebastian Redl2009-07-181-30/+43
* Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagn...Anders Carlsson2009-05-131-3/+5
* Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson2009-05-131-0/+3
* Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson2009-03-281-16/+4
* Implement access checking for protected base classes.Anders Carlsson2009-03-281-4/+16
* It is OK to cast to a private base class if the current member belongs to the...Anders Carlsson2009-03-271-2/+7
* Implement checking for base class access. Right now it's overly conservative ...Anders Carlsson2009-03-271-0/+65
* Add a stubbed out CheckBaseClassAccess method.Anders Carlsson2009-03-271-1/+11
* Move Sema::SetMemberAccessSpecifier to SemaAccess.cppAnders Carlsson2009-03-271-0/+27
* Add SemaAccess.cppAnders Carlsson2009-03-271-0/+12
OpenPOWER on IntegriCloud