]> granicus.if.org Git - clang/commit
Implement rdar://6138816 - [sema] named bitfields cannot have 0 width
authorChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 04:56:04 +0000 (04:56 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 04:56:04 +0000 (04:56 +0000)
commitcd08707a960842223e4af9ab82c729ba179290c0
treefe47e4483c81beac06ce48fe0d59a8e5b6b402aa
parentc9467cf4cff1bb09f38667b871268c47ed823f97
Implement rdar://6138816 - [sema] named bitfields cannot have 0 width

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