]> granicus.if.org Git - clang/commit
Extend the "expected ';' after struct" logic to also apply to enums, and to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 25 Jun 2012 21:37:02 +0000 (21:37 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 25 Jun 2012 21:37:02 +0000 (21:37 +0000)
commitc9f351700721150a985f21844fbfec55b04e861d
tree720006abb411c613b2adea9d7e09229e58954982
parentf6172aee547241427e6dabdd0bd6fcaf1c046689
Extend the "expected ';' after struct" logic to also apply to enums, and to
struct and enum forward-declarations.

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