forked from OSchip/llvm-project
Comment Sema: Make most of CommentSema private (NFC)
We only need to expose setDecl, copyArray and the actOn* methods.
This commit is contained in:
parent
3010883fc2
commit
59b1e98137
|
@ -181,6 +181,7 @@ public:
|
|||
|
||||
FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
|
||||
|
||||
private:
|
||||
void checkBlockCommandEmptyParagraph(BlockCommandComment *Command);
|
||||
|
||||
void checkReturnsCommand(const BlockCommandComment *Command);
|
||||
|
|
Loading…
Reference in New Issue