Microsoft's flexible array rules relaxation:
commitd1733762531574bb9e979b78b578e358319944ad
authorFrancois Pichet <pichet2000@gmail.com>
Wed, 15 Sep 2010 00:14:08 +0000 (15 00:14 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Wed, 15 Sep 2010 00:14:08 +0000 (15 00:14 +0000)
tree67bee8e4bb65f12891573d7629180003303141d9
parent810032993c6c0095c4d9399da1af2daccd0bec1e
Microsoft's flexible array rules relaxation:
   - in union
   - as the only element of a struct/class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113909 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/Sema/MicrosoftExtensions.c [new file with mode: 0644]