-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
properties/complete: be resilient with incomplete lists
Rework a couple of checks so that we do not assume that, for invalid source code, trailing list separators are included in the range of tokens for their list node. when M | -- '|' may not be part of the AlternativesList node for this -- CaseStmtAlternative node, so "node" may be the -- CaseStmtAlternative node here. procedure P (D: B; -- ';' may not be part of the ParamSpecList node, so "node" may -- be the Id node for 'B'.
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters