]> granicus.if.org Git - clang/commit
mark the declspec as invalid when we recover instead of forcing to int,
authorChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 22:12:26 +0000 (22:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 22:12:26 +0000 (22:12 +0000)
commit33c6ebef6f9acad6eb667fff77ff78f0c169332c
tree721b4120702608528d3eb510c0d93454ba860e4e
parent798d5696ef5b4e3f47a6bed3c4f68f34c4810745
mark the declspec as invalid when we recover instead of forcing to int,
this allows downstream diags to be properly silenced.

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