]> granicus.if.org Git - clang/commit
Downgrade complaints about the use of variable-sized types within a
authorDouglas Gregor <dgregor@apple.com>
Fri, 6 Mar 2009 23:41:27 +0000 (23:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 6 Mar 2009 23:41:27 +0000 (23:41 +0000)
commite4f3e069e5e43d466954989dd7509ed371914bd0
tree8206fb8f8a048cb47ab85de1e969d608f9604ac0
parentf5ed3961d21450c4fe98a00d7170da71b485328e
Downgrade complaints about the use of variable-sized types within a
struct to an extension warning to match the behavior of GNU C, which
addresses the Sema part of PR3671.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66308 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.def
lib/Sema/SemaDecl.cpp
test/Sema/struct-decl.c