[cfe-commits] [PATCH][MSExtensions] Add support for __forceinline.

Richard Smith richard at metafoo.co.uk
Sun Jun 17 23:30:24 PDT 2012


Hi,

On Sun, Jun 17, 2012 at 8:47 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> This patch adds codegen support for __forceinline. __forceinline is a
> combination of the inline keyword and __attribute__((always_inline)).

Should handleForceInlineAttr call FunctionDecl::setImplicitlyInline?
As implemented, the attribute seems to have the same semantic effect
as just __attribute__((always_inline)).



More information about the cfe-commits mailing list