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
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
2009-03-28
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
Anders Carlsson
2009-03-28
Implement access checking for protected base classes.
Anders Carlsson
2009-03-27
It is OK to cast to a private base class if the current member belongs to the...
Anders Carlsson
2009-03-27
Implement checking for base class access. Right now it's overly conservative ...
Anders Carlsson
2009-03-27
Add a stubbed out CheckBaseClassAccess method.
Anders Carlsson
2009-03-27
Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp
Anders Carlsson
2009-03-27
Add SemaAccess.cpp
Anders Carlsson