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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits