]> granicus.if.org Git - clang/commit
fix PR8217, a silent miscompilation of invalid code.
authorChris Lattner <sabre@nondot.org>
Sun, 10 Oct 2010 18:16:20 +0000 (18:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Oct 2010 18:16:20 +0000 (18:16 +0000)
commit16c5dea6c2d3e4cf529de9d9b37f6a40441acb2c
tree75107cd54912953a7975dc2ea367b1097b31f6ba
parent9046c224f16be3cef84f03b96a6c00a621c8383e
fix PR8217, a silent miscompilation of invalid code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116166 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/Sema/flexible-array-init.c
test/Sema/init.c