]> granicus.if.org Git - clang/commit
Move most CXXRecordDecl::DefinitionData bit-fields out into a separate
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 11 Oct 2019 00:29:04 +0000 (00:29 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 11 Oct 2019 00:29:04 +0000 (00:29 +0000)
commit061f6e6e46b2709bc3af3ed1428041b20cee2fde
tree0f74df1f8167b18d76c2c1768266f79087b8dc43
parentd70fe33b97b2d608ffff64b5a45a5db81181cacd
Move most CXXRecordDecl::DefinitionData bit-fields out into a separate
file.

Reduces duplication and thereby reduces the risk that someone will
forget to update one of these places, as I did when adding
DefaultedDestructorIsConstexpr (though I've been unable to produce
a testcase for which that matters so far).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374484 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CXXRecordDeclDefinitionBits.def [new file with mode: 0644]
include/clang/AST/DeclCXX.h
lib/AST/ASTImporter.cpp
lib/AST/DeclCXX.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp