[PATCH] D44646: Sema: in msvc compatibility mode, don't allow forceinline on variadics

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 19 14:02:17 PDT 2018


efriedma added a comment.

The compiler shouldn't inline functions which call va_start, whether or not they're marked always_inline.  That should work correctly, I think, at least on trunk.  (See https://reviews.llvm.org/D42556 .)

If you want to warn anyway, that's okay.


Repository:
  rC Clang

https://reviews.llvm.org/D44646





More information about the cfe-commits mailing list