]> granicus.if.org Git - clang/commit
Implement C99 6.5.3.4p1, rejecting sizeof(bitfield)
authorChris Lattner <sabre@nondot.org>
Sat, 24 Jan 2009 21:29:22 +0000 (21:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 24 Jan 2009 21:29:22 +0000 (21:29 +0000)
commitda0274725667d1168867dc404417f2c68c8dc0c5
treef46afbd619a7f0f67bfd7c056512c8ff73a8b06d
parent84394a50e307e2f056e270e1eeadd4f26913cd1e
Implement C99 6.5.3.4p1, rejecting sizeof(bitfield)

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