mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-29 04:55:58 +02:00
Made AssertCurrentNode a soft error
This commit is contained in:
parent
61a1f077ab
commit
cc107ae341
2 changed files with 48 additions and 24 deletions
|
@ -209,7 +209,7 @@ public:
|
|||
BfTokenNode* BreakQuestionLBracket(BfTokenNode* tokenNode);
|
||||
BfCommentNode* FindDocumentation(BfAstNode* defNodeHead, BfAstNode* defNodeEnd = NULL, bool checkDocAfter = false);
|
||||
|
||||
void AssertCurrentNode(BfAstNode* node);
|
||||
bool AssertCurrentNode(BfAstNode* node);
|
||||
bool IsNodeRelevant(BfAstNode* astNode);
|
||||
bool IsCursorInside(BfAstNode* astNode);
|
||||
bool IsNodeRelevant(BfAstNode* startNode, BfAstNode* endNode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue