mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Require semicolon after repeat/while (warning for backward compat)
This commit is contained in:
parent
0aa751dec7
commit
a888fd745a
3 changed files with 57 additions and 2 deletions
|
@ -1375,6 +1375,7 @@ public:
|
|||
BfError* Warn(int warningNumber, const StringImpl& warning);
|
||||
BfError* Warn(int warningNumber, const StringImpl& warning, BfAstNode* refNode);
|
||||
BfError* WarnAfter(int warningNumber, const StringImpl& warning, BfAstNode* refNode);
|
||||
BfError* WarnAfterAt(int warningNumber, const StringImpl& error, BfSourceData* bfSource, int srcIdx);
|
||||
|
||||
BfMoreInfo* MoreInfoAt(const StringImpl& info, BfSourceData* bfSource, int srcIdx, int srcLen, BfFailFlags flags = BfFailFlag_None);
|
||||
BfMoreInfo* MoreInfo(const StringImpl& info, bool forceQueue = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue