Factored out from https://reviews.llvm.org/D49729
following @erichkeane comments.
- Add missing classes in the list of classes deriving directly from DeclContext.
- Move the friend declarations together and add a comment for why they are required.
Differential D49790
[AST] Small doc update for DeclContext ClosedPublic Authored by bricci on Jul 25 2018, 5:25 AM.
Details Summary Factored out from https://reviews.llvm.org/D49729
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 25 2018, 5:58 AM bricci added a parent revision: D49729: [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into DeclContext. Comment ActionsRe-added the "friend class ASTWriter" after making This match the original situation where HasNeedToReconcileExternalVisibleStorage, Closed by commit rC338887: [AST][NFC] Small doc update for DeclContext (authored by brunoricci). · Explain WhyAug 3 2018, 6:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 158996 include/clang/AST/DeclBase.h
|