[cfe-dev] [PATCH] preprocessor pragma push_macro support

Michael Spencer bigcheesegs at gmail.com
Thu Jul 29 15:05:46 PDT 2010


On Wed, Jul 28, 2010 at 6:44 AM, Francois Pichet <pichet2000 at gmail.com> wrote:
> This is the patch after rework.
> The only thing I didn't implement is to remove the assert. User code
> cannot trigger the assert (I believe), the check on line 503 will
> prevent it:
>    if (Tok.isNot(tok::string_literal)) {
>
> Comments greatly appreciated.

Looks good to me. +1 for commit.

- Michael Spencer




More information about the cfe-dev mailing list