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

Add warning to trigger analysis workflow #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

d-winsor
Copy link
Owner

No description provided.

d-winsor pushed a commit that referenced this pull request Mar 22, 2022
Certain Standard C++ constructs are described as declarations by the ISO spec, but they - in fact - do not declare any names.  They act more like directives (e.g. changing the compiler behavior) than introducing a name with a type (possibly with initializer) in a given scope.

Fixes #6
Fixes GabrielDosReis#17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant