13 years, 2 months ago
(2012-06-19 18:15:36 UTC)
#3
http://codereview.appspot.com/6301084/diff/2001/src/compiler/preprocessor/new...
File src/compiler/preprocessor/new/MacroExpander.cpp (right):
http://codereview.appspot.com/6301084/diff/2001/src/compiler/preprocessor/new...
src/compiler/preprocessor/new/MacroExpander.cpp:192: static const std::string
kFile = "__FILE__";
On 2012/06/19 17:57:24, kbr1 wrote:
> These won't introduce static initializers into the binary, will they?
Don't know how those work. If we run into that issue while rolling angle rev, I
will just remove these variables temporarily. Eventually I plan to introduce the
notion of keywords in addition to identifiers, which will get rid of these
string comparisons.
Issue 6301084: Added support for pre-defined macros.
(Closed)
Created 13 years, 2 months ago by Alok Priyadarshi
Modified 13 years, 2 months ago
Reviewers: kbr1
Base URL: http://angleproject.googlecode.com/svn/trunk/
Comments: 2