]> granicus.if.org Git - clang/commit
Remove a FIXME. Replace a couple asserts with an appropriate error
authorSteve Naroff <snaroff@apple.com>
Wed, 12 Sep 2007 20:13:48 +0000 (20:13 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 12 Sep 2007 20:13:48 +0000 (20:13 +0000)
commit410e3e206b50e0336bd294fa5fb8dfcca3ee1af5
tree206738f7853f84462b79b2e3feecb1d59650b240
parent37f97010c1e8c81eb0d3b431bf7cd54dca89bde2
Remove a FIXME. Replace a couple asserts with an appropriate error
diagnostic for illegal initializers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41889 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp
include/clang/Basic/DiagnosticKinds.def
test/Sema/array-init.c