]> granicus.if.org Git - clang/commit
Work around MSVC's lack of support for unrestricted unions by making this
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 23 Jul 2016 02:39:52 +0000 (02:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 23 Jul 2016 02:39:52 +0000 (02:39 +0000)
commit402e84934bdb2b5da17762df1e2a36aded207778
tree0a55bce5da99e21c4ce265092d08b2c55845aec9
parent9ae609fe2b08ad710a0f1f36fd576359f2831ff8
Work around MSVC's lack of support for unrestricted unions by making this
struct a bit bigger under MSVC (this shouldn't be a big deal; we typically
allocate no more than two of these at a time, on the stack).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276509 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/DeclSpec.h