[cfe-dev] Add new pragma

Michael Spencer bigcheesegs at gmail.com
Tue Jun 22 05:24:51 PDT 2010


On Tue, Jun 22, 2010 at 4:02 AM, Pisit Makpaisit <haoremixman at gmail.com> wrote:
> I know that if I want to add new pragma into clang, I have to inherit from
> PragmaHandler. but what clang option that can call pragma processor. I try
> to use -fpreprocessor but not work.

-fsyntax-only, or -E.

- Michael Spencer



More information about the cfe-dev mailing list