]> granicus.if.org Git - clang/commit
hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator
authorChris Lattner <sabre@nondot.org>
Sun, 29 Mar 2009 17:18:04 +0000 (17:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Mar 2009 17:18:04 +0000 (17:18 +0000)
commit23c4b1883b13dc17484b7214091b73f3ba29096e
tree86531eaa799afb588283057ad8ddea9d00723e25
parent40f1265ebd42ece3e7f7917319b56012e8e2bce2
hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator
into ParseSimpleDeclaration, and improve a diagnostic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68009 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseDecl.cpp
lib/Parse/Parser.cpp
test/Parser/typeof.c
test/Sema/init.c