]> granicus.if.org Git - clang/commit
In C++11, a class's members are allowed to be nominated as friends.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2011 18:33:57 +0000 (18:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2011 18:33:57 +0000 (18:33 +0000)
commitf106f0ee3ba0c81d4c56f7935f518da53d78c08e
tree7ab929caab3201e8d2a0f5c1e9a14b1752185d3a
parentc19981c2711c9b0564bc1a9cbad4b2d0cca608d5
In C++11, a class's members are allowed to be nominated as friends.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142393 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CXX/class/class.friend/p1-cxx11.cpp [new file with mode: 0644]