]> granicus.if.org Git - clang/commit
Add warning when a tentative array definition is assumed to have one element.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 15 Apr 2009 21:35:27 +0000 (21:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 15 Apr 2009 21:35:27 +0000 (21:35 +0000)
commitdbb4f21125699f207ce7accfc52fdd99f47ce352
tree9ddc8e68febb70126741a51b1bef32051b3dc037
parent68a2eb0cc76267ba0615992fb5e0977853c397b2
Add warning when a tentative array definition is assumed to have one element.
 - Also, fixed one to actually be one (instead of zero). :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69226 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/Sema.cpp
test/Parser/recovery.c
test/Sema/incomplete-decl.c