]> granicus.if.org Git - clang/commit
Don't crash when diagnosing path-constrained protected
authorJohn McCall <rjmccall@apple.com>
Wed, 27 Feb 2013 00:08:19 +0000 (00:08 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 27 Feb 2013 00:08:19 +0000 (00:08 +0000)
commit714b509bb4f8be76e6616944551efe7a6e8358cd
tree4ffab68380a73be779156880f19be34bc5679c8d
parent899245792776dd219a3c36eb19b42272e270bc0c
Don't crash when diagnosing path-constrained protected
access to a private member to which we have special access.

rdar://12926092

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176146 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaAccess.cpp
test/CXX/class.access/class.access.base/p5.cpp