This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
ff0a4654030266d8cffd55df2ce9fa3e81dd1a91
qt-creator
/
tests
/
auto
/
cplusplus
/
preprocessor
/
data
/
empty-macro.out.cpp
7 lines
57 B
C++
Raw
Normal View
History
Unescape
Escape
[C++] Always output a #line as first line of the pp output. Change-Id: I60d25109ae8fe3628b1899078a21010263787c33 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
2012-03-30 13:01:32 +02:00
#
1 "data
/
empty-macro.cpp"
[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: Roberto Raggi <roberto.raggi@nokia.com>
2012-03-26 15:18:01 +02:00
class
Foo
{
}
;
Copy Permalink