<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 20, 2015 at 11:28 PM, Aaron Ballman <span dir="ltr"><<a href="mailto:aaron@aaronballman.com" target="_blank">aaron@aaronballman.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Sun, Dec 20, 2015 at 5:24 PM, Xinliang David Li via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
> LLVM_ATTRIBUTE_ALWAYS_INLINE is defined to be __forceinline for MSVC. I<br>
> wonder why you get that warning.<br>
<br>
</span>inline and __forceinline don't mix with MSVC -- I believe they may be<br>
modeled with the same attribute under the hood. I'm not certain of the<br>
best way to solve this aside from suggesting to ignore C4141 locally.<br></blockquote><div><br></div><div>Perhaps LLVM_ATTRIBUTE_ALWAYS_INLINE could be defined to "inline" if the compiler has no support for always_inline (currently it is set to nothing in that case) ?</div><div>I think this would allow removal of the "inline" after LLVM_ATTRIBUTE_ALWAYS_INLINE.<br></div><div><br></div></div></div></div>