[PATCH] D19909: [Attr] Add support for the `ms_hook_prologue` attribute.
Charles Davis via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 16:11:21 PDT 2016
cdavis5x marked an inline comment as done.
================
Comment at: include/clang/Basic/AttrDocs.td:560
@@ +559,3 @@
+
+This attribute cannot be used in conjunction with the ``naked``,
+``always_inline``, or ``__forceinline`` attributes.
----------------
Done.
https://reviews.llvm.org/D19909
More information about the cfe-commits
mailing list