]> granicus.if.org Git - clang/commit
Enable use of _Static_assert inside structs and unions in C11 mode (as per C11 6...
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Wed, 3 Apr 2013 09:46:04 +0000 (09:46 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Wed, 3 Apr 2013 09:46:04 +0000 (09:46 +0000)
commit74b9fa16e5d1e1a5f3adb065043db46ad20a4575
treeca8e201c7864773196e594a34b67782c1d4466d1
parentf50f3f7cee281f4e59854b0f56a78abe02fcd25d
Enable use of _Static_assert inside structs and unions in C11 mode (as per C11 6.7.2.1p1).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178632 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
test/Sema/static-assert.c