]> granicus.if.org Git - clang/commit
Fix access control for lookups using the Microsoft __super extension.
authorJohn McCall <rjmccall@apple.com>
Wed, 9 Sep 2015 23:04:17 +0000 (23:04 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 9 Sep 2015 23:04:17 +0000 (23:04 +0000)
commit70d577644b8d80f4643b113ea596f313e73ac8af
treedc232625824dc3bf8f7963a65059cc1688821725
parentd494e4a2ac4f0c99bc49ca5e6d9261bdb8f3c2a0
Fix access control for lookups using the Microsoft __super extension.

rdar://22464808

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247207 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp
test/SemaCXX/microsoft-super.cpp [new file with mode: 0644]