]> granicus.if.org Git - clang/commit
PR13881: Add -Wzero-length-array for zero length array extension, and move it into...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Sep 2012 01:02:05 +0000 (01:02 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Sep 2012 01:02:05 +0000 (01:02 +0000)
commit561e3c68864d11f39a07a6d1711ce08d2739a263
tree6c3851e62a7fada7d457aad47bea124d9c2c7292
parent407c8470d50be8edaae7ed39a3139adf35af2921
PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164272 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
test/Misc/warning-flags.c
test/Sema/array-init.c