[PATCH] D68410: [AttrDocs] document always_inline

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 3 11:45:07 PDT 2019


aaron.ballman added inline comments.


================
Comment at: clang/include/clang/Basic/AttrDocs.td:4400
+Hint that inline substitution should be attempted when optimizations are
+disabled. Does not guarantee that inline substitution actually occurs.
+}];
----------------
It may make sense to link back to MSDN and GCC if we're honoring their semantics. We seem to do this for MSDN regularly, but a bit less common for the GCC docs.


================
Comment at: clang/include/clang/Basic/AttrDocs.td:4402
+}];
+  let Heading = "always_inline";
+}
----------------
Can you add the various spellings to this heading?


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