Skip to content

Commit 6a1c503

Browse files
committed
Fix typo in TYPEDADDRESS directive name
1 parent 53f7d67 commit 6a1c503

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Several compiler directives were not being recognized:
13+
- `TYPEDADDRESS`
14+
1015
## [1.14.1] - 2025-03-05
1116

1217
### Fixed

delphi-frontend/src/main/java/org/sonar/plugins/communitydelphi/api/directive/SwitchDirective.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ enum SwitchKind {
5555
STRONGLINKTYPES("stronglinktypes"),
5656
DEFINITIONINFO("definitioninfo"),
5757
REFERENCEINFO("referenceinfo", 'y'),
58-
TYPEADDRESS("typeaddress", 't'),
58+
TYPEDADDRESS("typedaddress", 't'),
5959
VARSTRINGCHECKS("varstringchecks", 'v'),
6060
WARNINGS("warnings"),
6161
WEAKPACKAGEUNIT("weakpackageunit"),

0 commit comments

Comments
 (0)