Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

guwirth
Copy link
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
12 checks passed
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