This patch follows https://reviews.llvm.org/D49729
and https://reviews.llvm.org/D49732, and is
followed by https://reviews.llvm.org/D49734.
Move the bits from BlockDecl, LinkageSpecDecl and
OMPDeclareReductionDecl into DeclContext.
Paths
| Differential D49733
[AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclareReductionDecl into DeclContext ClosedPublic Authored by bricci on Jul 24 2018, 7:57 AM.
Details Summary This patch follows https://reviews.llvm.org/D49729 Move the bits from BlockDecl, LinkageSpecDecl and
Diff Detail
Event TimelineComment Actions Another one in need of clang-format, but generally seems pretty mechanical.
bricci marked an inline comment as done. Comment Actions
This revision is now accepted and ready to land.Aug 1 2018, 10:54 AM Closed by commit rC338639: [AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and… (authored by erichkeane). · Explain WhyAug 1 2018, 2:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 158500 include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclOpenMP.h
lib/AST/Decl.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclOpenMP.cpp
|
Again, I doubt the value here.