[PATCH] D68410: [AttrDocs] document always_inline

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 3 21:24:08 PDT 2019


kristina added a comment.

Just linking relevant bug for the record: https://bugs.llvm.org/show_bug.cgi?id=43517

Also, I'm fairly certain `__forceinline` and `always_inline`, confusingly enough differ in semantics, with `__forceinline` only being a stronger hint on MSVC.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68410/new/

https://reviews.llvm.org/D68410





More information about the cfe-commits mailing list