]> granicus.if.org Git - clang/commit
Add support for parsing an attribute-specifier-seq containing multiple
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 29 Sep 2011 18:04:05 +0000 (18:04 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 29 Sep 2011 18:04:05 +0000 (18:04 +0000)
commit3497fdfdb742f55d7b7ec8e22779fb08962b8441
tree9e0598053277e215807da8542be5e7043f65650c
parentf19076848566cb52a40ddbdb2555c53d12e9a003
Add support for parsing an attribute-specifier-seq containing multiple
attribute-specifiers

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