]> granicus.if.org Git - clang/commit
Tweak the diagnostics for the C++0x extensions to friend types to note
authorDouglas Gregor <dgregor@apple.com>
Tue, 10 May 2011 21:23:31 +0000 (21:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 10 May 2011 21:23:31 +0000 (21:23 +0000)
commit44054452c416a622b8f19a6d157a0affc05b9aa8
tree90ad8408e93601d55d273bf06ac4702d5755504d
parentc436708c65be210d2ab761a02df2b6c06bd0a85b
Tweak the diagnostics for the C++0x extensions to friend types to note
that they are C++0x extensions, and put them in the appropriate
group. We already support most of the semantics. Addresses
<rdar://problem/9407525>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131153 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
test/CXX/class.access/class.friend/p2-cxx03.cpp
test/CXX/class/class.friend/p2.cpp
test/Parser/cxx-friend.cpp