]> granicus.if.org Git - clang/commit
Improve function / variable disambiguation.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 7 May 2019 07:36:07 +0000 (07:36 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 7 May 2019 07:36:07 +0000 (07:36 +0000)
commit983fd48a00d938a22152c9434376786544d2dce5
tree168008301ab316829ae015df149cacf166d2a950
parent8ad70e473414cc639f35b6e61ed3af1db334d845
Improve function / variable disambiguation.

Keep looking for decl-specifiers after an unknown identifier. Don't
issue diagnostics about an error type specifier conflicting with later
type specifiers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360117 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
lib/Parse/ParseTentative.cpp
lib/Sema/DeclSpec.cpp
test/CodeGen/builtins-ppc-altivec.c
test/Parser/cxx-ambig-decl-expr.cpp