integrated-application-development / sonar-delphi

Delphi language plugin for SonarQube
GNU Lesser General Public License v3.0
92 stars 13 forks source link

Fix scan failures on nested compiler directives #262

Closed Cirras closed 2 months ago

Cirras commented 2 months ago

This PR:

Note that this does not add proper support or evaluation for nested compiler directives. That would be quite challenging to accomplish without first doing #261.

Fixes #260.