index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaAccess.cpp
Age
Commit message (
Expand
)
Author
2010-05-04
An access is permitted if the current template instantiates to the appropriate
John McCall
2010-04-23
Add another 'catch all' access diagnostic.
Anders Carlsson
2010-04-22
Use the naming class from the overloaded lookup when access-checking an
John McCall
2010-04-22
Re-land the patch that merges two diagnostics into one now that it passes sel...
Anders Carlsson
2010-04-22
Revert "Unify two diagnostics into one.", it breaks with an assertion failure...
Daniel Dunbar
2010-04-22
Unify two diagnostics into one.
Anders Carlsson
2010-04-21
Diagnose access to fields with private constructors.
Anders Carlsson
2010-04-21
Keep tack of whether a base in an InitializedEntity is an inherited virtual b...
Anders Carlsson
2010-04-21
Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to repo...
Anders Carlsson
2010-04-18
Fix the access checking of function and function template argument types,
Chandler Carruth
2010-04-07
Check access for the implicit calls to destructors that occur when we
John McCall
2010-04-06
Implement the protected access restriction ([class.protected]), which requires
John McCall
2010-04-02
Correct the calculation of access to more closely model the wording in
John McCall
2010-03-30
Fix an oversight with access control for address-of-function.
John McCall
2010-03-30
Propagate the "found declaration" (i.e. the using declaration instead of
John McCall
2010-03-29
Optimize PartialDiagnostic's memory-allocation behavior by placing a
Douglas Gregor
2010-03-27
Accumulate all functions and classes that the effective context is
John McCall
2010-03-26
Reapply r99596 with a fix: link an instantiated friend function to its
John McCall
2010-03-26
Apparently that didn't work. Reverting for now.
John McCall
2010-03-26
Properly instantiate and link in friend function templates.
John McCall
2010-03-25
Fix a very minor oversight in privileges-elevation: we were only considering
John McCall
2010-03-25
Preserve type-source information in friend declarations.
John McCall
2010-03-25
Properly instantiate friend class template declarations and link them into
John McCall
2010-03-25
Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt
Bob Wilson
2010-03-25
Properly instantiate and link in friend-class-template declarations.
John McCall
2010-03-24
Walk out of enums when determining effective context.
John McCall
2010-03-24
Support friend function specializations.
John McCall
2010-03-24
Implement a framework for the delay of arbitrary diagnostics within
John McCall
2010-03-19
Remember the "found declaration" for an overload candidate, which is the
John McCall
2010-03-18
When elevating access along an inheritance path, initialize the computed
John McCall
2010-03-18
from code inspection, we were treating placement news with one argument as
John McCall
2010-03-17
Implement non-dependent friend functions and classes.
John McCall
2010-03-17
Grant nested classes the access privileges of their enclosing classes.
John McCall
2010-03-16
Access control for implicit calls to copy assignment operators and copy
John McCall
2010-03-16
Perform access control for the implicit base and member destructor calls
John McCall
2010-03-12
Implement basic support for friend types and functions in non-dependent
John McCall
2010-02-10
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-02
Mark dtors for parameter variables and eliminate some redundant type munging.
John McCall
2010-02-02
Access control for implicit destructor calls. Diagnostic could be orders of
John McCall
2010-02-01
Access checking for implicit user-defined conversions.
John McCall
2010-01-28
Access checking for overloaded operators.
John McCall
2010-01-27
Implement access-check delays for out-of-line member definitions
John McCall
2010-01-27
Implement access control for overloaded functions. Suppress access control
John McCall
2010-01-23
Implement elementary access control.
John McCall
2009-12-23
Set a member's access specifier even if it doesn't match the previous specifier.
John McCall
2009-10-06
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-18
Enhance testing of overriding exception specs for inaccessible base exceptions.
Sebastian Redl
2009-05-13
Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagn...
Anders Carlsson
2009-05-13
Disable access control by default. It can be enabled with the -faccess-contro...
Anders Carlsson
[next]