]> granicus.if.org Git - clang/commit
A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 2 Jul 2012 19:14:01 +0000 (19:14 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 2 Jul 2012 19:14:01 +0000 (19:14 +0000)
commit139be7007eba3bd491ca50297888be507753a95d
treef6f994a635ee59830bb38b5e4da373a64d4404bb
parentd99ef536b241071b6f4c01db6525dc03242ac30b
A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'.

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