Comment Sema: Make most of CommentSema private (NFC)

We only need to expose setDecl, copyArray and the actOn* methods.
This commit is contained in:
Aaron Puchert 2021-11-11 21:44:20 +01:00
parent 3010883fc2
commit 59b1e98137
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ public:
FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
private:
void checkBlockCommandEmptyParagraph(BlockCommandComment *Command);
void checkReturnsCommand(const BlockCommandComment *Command);