index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaAccess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check access for the implicit calls to destructors that occur when we
John McCall
2010-04-07
1
-1
/
+1
*
Implement the protected access restriction ([class.protected]), which requires
John McCall
2010-04-06
1
-210
/
+421
*
Correct the calculation of access to more closely model the wording in
John McCall
2010-04-02
1
-123
/
+206
*
Fix an oversight with access control for address-of-function.
John McCall
2010-03-30
1
-0
/
+1
*
Propagate the "found declaration" (i.e. the using declaration instead of
John McCall
2010-03-30
1
-0
/
+25
*
Optimize PartialDiagnostic's memory-allocation behavior by placing a
Douglas Gregor
2010-03-29
1
-11
/
+16
*
Accumulate all functions and classes that the effective context is
John McCall
2010-03-27
1
-35
/
+51
*
Reapply r99596 with a fix: link an instantiated friend function to its
John McCall
2010-03-26
1
-1
/
+1
*
Apparently that didn't work. Reverting for now.
John McCall
2010-03-26
1
-1
/
+1
*
Properly instantiate and link in friend function templates.
John McCall
2010-03-26
1
-1
/
+1
*
Fix a very minor oversight in privileges-elevation: we were only considering
John McCall
2010-03-25
1
-1
/
+1
*
Preserve type-source information in friend declarations.
John McCall
2010-03-25
1
-2
/
+2
*
Properly instantiate friend class template declarations and link them into
John McCall
2010-03-25
1
-3
/
+7
*
Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt
Bob Wilson
2010-03-25
1
-7
/
+3
*
Properly instantiate and link in friend-class-template declarations.
John McCall
2010-03-25
1
-3
/
+7
*
Walk out of enums when determining effective context.
John McCall
2010-03-24
1
-1
/
+11
*
Support friend function specializations.
John McCall
2010-03-24
1
-8
/
+10
*
Implement a framework for the delay of arbitrary diagnostics within
John McCall
2010-03-24
1
-61
/
+287
*
Remember the "found declaration" for an overload candidate, which is the
John McCall
2010-03-19
1
-24
/
+20
*
When elevating access along an inheritance path, initialize the computed
John McCall
2010-03-18
1
-13
/
+30
*
from code inspection, we were treating placement news with one argument as
John McCall
2010-03-18
1
-0
/
+18
*
Implement non-dependent friend functions and classes.
John McCall
2010-03-17
1
-18
/
+94
*
Grant nested classes the access privileges of their enclosing classes.
John McCall
2010-03-17
1
-48
/
+51
*
Access control for implicit calls to copy assignment operators and copy
John McCall
2010-03-16
1
-0
/
+17
*
Perform access control for the implicit base and member destructor calls
John McCall
2010-03-16
1
-81
/
+80
*
Implement basic support for friend types and functions in non-dependent
John McCall
2010-03-12
1
-2
/
+27
*
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-10
1
-227
/
+401
*
Mark dtors for parameter variables and eliminate some redundant type munging.
John McCall
2010-02-02
1
-7
/
+2
*
Access control for implicit destructor calls. Diagnostic could be orders of
John McCall
2010-02-02
1
-0
/
+25
*
Access checking for implicit user-defined conversions.
John McCall
2010-02-01
1
-1
/
+18
*
Access checking for overloaded operators.
John McCall
2010-01-28
1
-0
/
+24
*
Implement access-check delays for out-of-line member definitions
John McCall
2010-01-27
1
-2
/
+35
*
Implement access control for overloaded functions. Suppress access control
John McCall
2010-01-27
1
-0
/
+42
*
Implement elementary access control.
John McCall
2010-01-23
1
-0
/
+99
*
Set a member's access specifier even if it doesn't match the previous specifier.
John McCall
2009-12-23
1
-0
/
+2
*
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
1
-5
/
+6
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-10
/
+9
*
Enhance testing of overriding exception specs for inaccessible base exceptions.
Sebastian Redl
2009-07-18
1
-30
/
+43
*
Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagn...
Anders Carlsson
2009-05-13
1
-3
/
+5
*
Disable access control by default. It can be enabled with the -faccess-contro...
Anders Carlsson
2009-05-13
1
-0
/
+3
*
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
Anders Carlsson
2009-03-28
1
-16
/
+4
*
Implement access checking for protected base classes.
Anders Carlsson
2009-03-28
1
-4
/
+16
*
It is OK to cast to a private base class if the current member belongs to the...
Anders Carlsson
2009-03-27
1
-2
/
+7
*
Implement checking for base class access. Right now it's overly conservative ...
Anders Carlsson
2009-03-27
1
-0
/
+65
*
Add a stubbed out CheckBaseClassAccess method.
Anders Carlsson
2009-03-27
1
-1
/
+11
*
Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp
Anders Carlsson
2009-03-27
1
-0
/
+27
*
Add SemaAccess.cpp
Anders Carlsson
2009-03-27
1
-0
/
+12