]> granicus.if.org Git - clang/commit
Recognize GNU attributes after 'enum class'. Fixes the libc++ build.
authorJohn McCall <rjmccall@apple.com>
Sat, 23 Jun 2012 22:30:04 +0000 (22:30 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 23 Jun 2012 22:30:04 +0000 (22:30 +0000)
commit1e12b3d777b36b80527da566192f8aeefad8f9d4
treeccc8cd80ed8b0d7e7b28ca3123d49a012f2a3422
parent33e6c2da2f72720ee6a34c6acd2a3e5ad37feca9
Recognize GNU attributes after 'enum class'.  Fixes the libc++ build.

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