<p><br>
On Nov 20, 2011 4:36 PM, "Bill Walters" <<a href="mailto:daedalic@gmail.com">daedalic@gmail.com</a>> wrote:<br>
><br>
> What is the simplest way of modifying the clang lexer code to automatically<br>
> add a few preprocessor defines to the beginning of every file that is<br>
> complied using clang++? Thanks for any help</p>
<p>Why not just pass these as -D options on the command line?</p>
<p>><br>
> --<br>
> View this message in context: <a href="http://clang-developers.42468.n3.nabble.com/Automatically-Adding-Preprocessor-Defines-to-the-Beginning-of-Files-tp3523323p3523323.html">http://clang-developers.42468.n3.nabble.com/Automatically-Adding-Preprocessor-Defines-to-the-Beginning-of-Files-tp3523323p3523323.html</a><br>

> Sent from the Clang Developers mailing list archive at Nabble.com.<br>
> _______________________________________________<br>
> cfe-dev mailing list<br>
> <a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</p>