]> granicus.if.org Git - clang/commit
fix PR3607 and a fixme, by checking bitfield constraints
authorChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 22:45:59 +0000 (22:45 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 22:45:59 +0000 (22:45 +0000)
commit247936605913c718f4141f845aec6cb6e169fb37
tree446b6c874793d4aee7fa9edd9b0967e295b56764
parentd61a50a84d87a317cf929c6c1babf27d404b1e29
fix PR3607 and a fixme, by checking bitfield constraints
more consistently.

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