Skip to content

fix #2369#2371

Merged
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:has-include
May 11, 2022
Merged

fix #2369#2371
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:has-include

Conversation

@guwirth
Copy link
Copy Markdown
Collaborator

@guwirth guwirth commented May 11, 2022

Sample:

#define EXISTS __has_include("optional")
#if EXISTS
#   define OK 1
#else
#   define OK 0
#endif

This change is Reviewable

Sample:
```
#define EXISTS __has_include("optional")
#if EXISTS
#   define OK 1
#else
#   define OK 0
#endif
```
@guwirth guwirth added the bug label May 11, 2022
@guwirth guwirth added this to the 2.1.0 milestone May 11, 2022
@guwirth guwirth self-assigned this May 11, 2022
@guwirth guwirth merged commit f0ab03d into SonarOpenCommunity:master May 11, 2022
@guwirth guwirth deleted the has-include branch July 26, 2022 09:10
@guwirth guwirth restored the has-include branch July 26, 2022 09:14
@guwirth guwirth deleted the has-include branch February 8, 2023 13:34
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.

"Unable to lex string source code" error with "__has_include"

1 participant