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

Support preprocessor expressions in includes #312

Merged
merged 1 commit into from
Nov 16, 2014
Merged

Support preprocessor expressions in includes #312

merged 1 commit into from
Nov 16, 2014

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Nov 16, 2014

test cases:

define FILE "file.h"

include FILE

define MACRO(p) p

include MACRO("file.h")

* test of include body free form use cases
* add some new test cases
* found no bugs

test cases:

#define FILE "file.h"
#include FILE

#define MACRO(p) p
#include MACRO("file.h")
wenns added a commit that referenced this pull request Nov 16, 2014
…odyFreeform

preprocessor expressions in includes
@wenns wenns merged commit b0c4087 into SonarOpenCommunity:master Nov 16, 2014
@guwirth guwirth deleted the bugfix/227_preprocessor_includeBodyFreeform branch December 12, 2014 21:48
@wenns wenns added this to the M 0.9.2 milestone Dec 14, 2014
@wenns wenns changed the title preprocessor expressions in includes Support preprocessor expressions in includes Dec 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants