[cfe-commits] [PATCH] Ignored calling conventions
Aaron Ballman
aaron at aaronballman.com
Thu Sep 6 18:15:46 PDT 2012
On Thu, Sep 6, 2012 at 9:09 PM, John McCall <rjmccall at apple.com> wrote:
> If MSVC deals with it in the preprocessor — and I'm not saying they do, I'm
> just saying it's a possibility — then that's what we should do. If they
> check it like a normal CC but ignore it during code generation, that's
> different.
It's not handled within the preprocessor as though it were #defined
away -- when I look at the preprocessed source from MSVC, it's still
defined as __stdcall.
~Aaron
More information about the cfe-commits
mailing list