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

improve lexer preprocessor channel #1973

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Nov 3, 2020

  • better support special cases like:
#define A B/**/C
#define A "/**/"
#define A B // comment

This change is Reviewable

- better support special cases like:
```C++
#define A B/**/C
#define A "/**/"
#define A B // comment
```
- minor refactoring
- close SonarOpenCommunity#1903
@guwirth guwirth added the bug label Nov 3, 2020
@guwirth guwirth added this to the 2.0.0 milestone Nov 3, 2020
@guwirth guwirth self-assigned this Nov 3, 2020
@guwirth guwirth merged commit cc91d8a into SonarOpenCommunity:master Nov 3, 2020
@guwirth guwirth deleted the fix-1903 branch November 30, 2020 08:53
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.

Squid Sensor fails to parse files with #define containing "/*"
1 participant