]> granicus.if.org Git - clang/commit
now that all the infrastructure is in place, enforce C99 6.8.5p3.
authorChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 05:03:08 +0000 (05:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 05:03:08 +0000 (05:03 +0000)
commitae3b701f59e78e058b83344be17206af3bf5d277
tree87b0a4ecfab82336a35dbf9f4a367a878eda0767
parent36c4b0ec13453bc003bbac380770b45ae35ef19c
now that all the infrastructure is in place, enforce C99 6.8.5p3.

Note the FIXME: we need some way to mark a decl erroneous :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41524 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaStmt.cpp
include/clang/Basic/DiagnosticKinds.def
test/Sema/for.c [new file with mode: 0644]