]> granicus.if.org Git - clang/commit
Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.
authorAnders Carlsson <andersca@mac.com>
Sun, 7 Dec 2008 00:20:55 +0000 (00:20 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 7 Dec 2008 00:20:55 +0000 (00:20 +0000)
commit96e05bc09070aaa7c18d3dd3ff13125a43532f69
treefd011b20fafbe130808d2038f5e6c022e5c7ace7
parent5dd412901196305e7c6dd053880f711ca5419763
Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60638 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaDecl.cpp
test/Parser/builtin_classify_type.c
test/Sema/array-constraint.c
test/Sema/typedef-variable-type.c
test/Sema/vla.c