]> granicus.if.org Git - clang/commit
Updated comment for class ObjCIvarDecl: it turns out the default access control
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Jul 2008 17:44:44 +0000 (17:44 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Jul 2008 17:44:44 +0000 (17:44 +0000)
commitf079570fcad0d0053e75ebae29c883ec4276e020
treedc515478cceac270873681125689379b13a95028
parent6678f7f8a3d909b997c0a4983dcbd2c3decdb8ca
Updated comment for class ObjCIvarDecl: it turns out the default access control
is protected, not private.

Added ObjCIvarDecl::getCanonicalAccessControl() to report the visible access
control of an ivar, whereas getAccessControl() returns the access control
relating to how the ivar was actually declared.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53954 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h