Skip to content

fix PreprocessorChannel: a multiline comment results in a blank#2812

Merged
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:td-18
Nov 19, 2024
Merged

fix PreprocessorChannel: a multiline comment results in a blank#2812
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:td-18

Conversation

@guwirth
Copy link
Copy Markdown
Collaborator

@guwirth guwirth commented Nov 19, 2024

sample:

#define X_Y X/*Comment*/Y
X_Y;

result:

X Y;

This change is Reviewable

sample:
```C++
#define X_Y X/*Comment*/Y
X_Y;
```
result:
```C++
X Y;
```
@guwirth guwirth added the bug label Nov 19, 2024
@guwirth guwirth added this to the 2.2.0 milestone Nov 19, 2024
@guwirth guwirth self-assigned this Nov 19, 2024
@guwirth guwirth merged commit b615d5c into SonarOpenCommunity:master Nov 19, 2024
@guwirth guwirth deleted the td-18 branch February 17, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant