[PATCH] D68410: [AttrDocs] document always_inline

James Y Knight via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 3 11:41:31 PDT 2019


jyknight added inline comments.


================
Comment at: clang/include/clang/Basic/AttrDocs.td:4399-4400
+  let Content = [{
+Hint that inline substitution should be attempted when optimizations are
+disabled. Does not guarantee that inline substitution actually occurs.
+}];
----------------
I believe the semantics are stronger than this. It should get inlined unless it cannot be.


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