[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:08:32 PDT 2016


cdavis5x updated this revision to Diff 66729.
cdavis5x added a comment.

Update for merge conflicts.

- Add a blurb to the docs advising against using this attribute with `__forceinline`, `always_inline`, or `naked`.


https://reviews.llvm.org/D19909

Files:
  include/clang/Basic/Attr.td
  include/clang/Basic/AttrDocs.td
  lib/CodeGen/TargetInfo.cpp
  lib/Sema/SemaDeclAttr.cpp
  test/CodeGen/function-attributes.c
  test/Sema/attr-ms-hook-prologue-wrong-arch.c
  test/Sema/attr-ms-hook-prologue.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19909.66729.patch
Type: text/x-patch
Size: 7237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160803/4485b55f/attachment.bin>


More information about the cfe-commits mailing list