]> granicus.if.org Git - clang/commit
Allow friend declarations of defaulted special member functions. Only
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 8 Jun 2012 01:30:54 +0000 (01:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 8 Jun 2012 01:30:54 +0000 (01:30 +0000)
commitf4fe843aac730e2202b3c9c6c52649ee186ba788
tree2a64c9e5a94210cd50cdb4646d94c89e0287e902
parent8c14de83188640bab9cae658e92a655e6d4fd484
Allow friend declarations of defaulted special member functions. Only
definitions of such members are prohibited, not mere declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158186 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/cxx0x-defaulted-functions.cpp