]> granicus.if.org Git - clang/commit
Initialize the non-trivial C union bits I added to RecordDeclBitfields
authorAkira Hatanaka <ahatanaka@apple.com>
Sat, 13 Jul 2019 03:59:55 +0000 (03:59 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Sat, 13 Jul 2019 03:59:55 +0000 (03:59 +0000)
commiteba646b53dd71389216e9a36837fa204b934f8de
tree910c18349e14f22f8c529adddec39f8e5a71d9fa
parent657b099cc209b4c70658e8cbc1e29e40b7dbffe7
Initialize the non-trivial C union bits I added to RecordDeclBitfields
in r365985

These bits weren't being initialized in the RecordDecl's constructor,
which probably caused test/Modules/stress1.cpp to fail on a couple of
bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365989 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp