Skip to content
Snippets Groups Projects
Commit 60db5736 authored by Erik Verbruggen's avatar Erik Verbruggen
Browse files

[C++] Rewrite of the preprocessor.


This rewrite fixes a couple of issues with the pre-processor. It now
supports:
- macros in macro bodies
- stringification of parameters [cpp.stringize]
- the concatenation operator [cpp.concat]
- #include MACRO_HERE
- defined() inside macro bodies used in pp-conditions.

Change-Id: Ifdb78041fb6afadf44f939a4bd66ce2832b8601f
Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
parent 159058d9
No related branches found
No related tags found
Loading
Showing
with 1136 additions and 1530 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment