]> granicus.if.org Git - clang/commit
Parse GNU-style attributes prior to the type-id/new-type-id in a C++
authorDouglas Gregor <dgregor@apple.com>
Fri, 15 Apr 2011 19:40:02 +0000 (19:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 15 Apr 2011 19:40:02 +0000 (19:40 +0000)
commit893e1cc13ab17e96ada5019df6978af1668fee26
treefc1e3f823ec81e64ecc3869cb9ba3f86b1e7d51b
parentd0ae47069ee3e46aa3c9741f0879c4f55c418f36
Parse GNU-style attributes prior to the type-id/new-type-id in a C++
"new" expression. This matches GCC's parser. Test is forthcoming.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129592 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExprCXX.cpp