This is an archive of the discontinued LLVM Phabricator instance.

[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.

Diff Detail

Repository
rC Clang

Event Timeline

bricci created this revision.Jul 24 2018, 7:57 AM
bricci edited the summary of this revision. (Show Details)Jul 24 2018, 8:02 AM

Another one in need of clang-format, but generally seems pretty mechanical.

include/clang/AST/DeclCXX.h
2843

Again, I doubt the value here.

bricci updated this revision to Diff 157291.Jul 25 2018, 9:53 AM
bricci marked an inline comment as done.
  • clang-format on the changes
  • removed the unnecessary hasBracesImpl and setBracesImpl
bricci updated this revision to Diff 158500.Aug 1 2018, 4:24 AM

rebased after the great whitespace trimming

erichkeane accepted this revision.Aug 1 2018, 10:54 AM
This revision is now accepted and ready to land.Aug 1 2018, 10:54 AM
This revision was automatically updated to reflect the committed changes.