]> granicus.if.org Git - clang/commit
Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertains to...
authorMichael Han <Michael.Han@autodesk.com>
Wed, 28 Nov 2012 23:17:40 +0000 (23:17 +0000)
committerMichael Han <Michael.Han@autodesk.com>
Wed, 28 Nov 2012 23:17:40 +0000 (23:17 +0000)
commit52b501cd723d56efe3ad2ab708c2b75530fe6caa
treef1bbfb03898dbaf7cef1687e2d22233e325e3ff2
parentb15c8984ea300624fbbde385d3907667ce1043fa
Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertains to a friend declaration, that declaration shall be a definition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168826 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/DeclSpec.h
lib/Parse/ParseDeclCXX.cpp
test/Parser/cxx0x-attributes.cpp