FreeBSD/src f4ab481 (r349967). UPDATING, contrib/llvm/tools/clang/include/clang/AST Type.h DeclBase.h

MFC r349876:

Apply a workaround to be able to build clang 8.0.0 headers with clang
3.4.1, which is still in the stable/10 branch.

It looks like clang 3.4.1 implements static_asserts by instantiating a
temporary static object, and if those are in an anonymous union, it
results in "error: anonymous union can only contain non-static data
members".

To work around this implementation limitation, move the static_asserts
in question out of the anonymous unions.

This should make building the latest stable/11 from stable/10 possible
again.

Reported by:    Mike Tancsa <mike at sentex.net>
DeltaFile
+34-34contrib/llvm/tools/clang/include/clang/AST/Type.h
+23-23contrib/llvm/tools/clang/include/clang/AST/DeclBase.h
+2-3UPDATING
+59-603 files

UnifiedSplitRaw

FreeBSD/src 0c71f0c (r349967)contrib/llvm/tools/clang/include/clang/AST Type.h DeclBase.h

MFC r349876:

Apply a workaround to be able to build clang 8.0.0 headers with clang
3.4.1, which is still in the stable/10 branch.

It looks like clang 3.4.1 implements static_asserts by instantiating a
temporary static object, and if those are in an anonymous union, it
results in "error: anonymous union can only contain non-static data
members".

To work around this implementation limitation, move the static_asserts
in question out of the anonymous unions.

This should make building the latest stable/11 from stable/10 possible
again.

Reported by:    Mike Tancsa <mike at sentex.net>
DeltaFile
+34-34contrib/llvm/tools/clang/include/clang/AST/Type.h
+23-23contrib/llvm/tools/clang/include/clang/AST/DeclBase.h
+57-572 files

UnifiedSplitRaw