]> granicus.if.org Git - clang/commit
Introduced an attribute syntax-neutral method for parsing attribute arguments that...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 31 Mar 2014 17:32:39 +0000 (17:32 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 31 Mar 2014 17:32:39 +0000 (17:32 +0000)
commit65d1a1961c4157e4b80bb09bade30c3245f4d2b9
tree35a47a6c8f95b10834b8c5b142a9cab283adbd86
parent9586fa99aae0cbe5cd8d543f6e7b694cbdaa29ca
Introduced an attribute syntax-neutral method for parsing attribute arguments that is currently being used by GNU and C++-style attributes. This allows C++11 attributes with argument lists to be handled properly, fixing the "deprecated", "type_visibility", and capability-related attributes with arguments.

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