1.11.0
·
139 commits
to master
since this release
Added
MissingRaise
analysis rule, which flags exception constructions for whichraise
has been omitted.- API:
ProceduralType::directives
method. - API:
ProceduralTypeNode::getDirectives
method. - API:
ProceduralTypeNode::hasDirective
method. - API:
ProceduralTypeHeadingNode::getDirectives
method. - API:
AnonymousMethodNode::getAnonymousMethodHeading
method. - API:
AnonymousMethodNode::getDirectives
method. - API:
AnonymousMethodNode::hasDirective
method. - API:
AnonymousMethodHeadingNode
node type. - API:
DelphiTokenType.ANONYMOUS_METHOD
token type. - API:
DelphiTokenType.ANONYMOUS_METHOD_HEADING
token type.
Fixed
- Parsing errors on
implementation
keywords nested in conditional branches. - Parsing errors on anonymous methods with routine directives (like calling conventions).
IndexOutOfBoundsException
errors around procedural types declared withvarargs
inVariableInitialization
.