]> granicus.if.org Git - clang/commit
Access control for implicit destructor calls. Diagnostic could be orders of
authorJohn McCall <rjmccall@apple.com>
Tue, 2 Feb 2010 08:45:54 +0000 (08:45 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 2 Feb 2010 08:45:54 +0000 (08:45 +0000)
commit4f9506a27cb6b865bf38beea48eadfa9dc93f510
tree74f14cf5d626982070d697032e4be5eb8a510cd6
parentfb8b69aef3377aaa786d1278aaae7e7b04ac095f
Access control for implicit destructor calls.  Diagnostic could be orders of
magnitude clearer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95078 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaAccess.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/class.access/p4.cpp