]> granicus.if.org Git - clang/commit
Disallowing GNU-style attributes in new expressions, since they are prohibited by...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 22 Jul 2014 12:44:22 +0000 (12:44 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 22 Jul 2014 12:44:22 +0000 (12:44 +0000)
commit5b3d931d4c530c3de66347fae1529752774afda3
tree70b6776ab9f429f6097a6828bc8aac524be0a89a
parentb1d079be047963079e2243d689b2b3235e073928
Disallowing GNU-style attributes in new expressions, since they are prohibited by GCC as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213650 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseStmtAsm.cpp
test/SemaCXX/attr-gnu.cpp [new file with mode: 0644]