[PATCH] D12922: Add support for function attribute "notail"

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 6 15:58:47 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL252369: Add support for function attribute 'not_tail_called'. (authored by ahatanak).

Changed prior to commit:
  http://reviews.llvm.org/D12922?vs=39003&id=39607#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12922

Files:
  cfe/trunk/include/clang/Basic/Attr.td
  cfe/trunk/include/clang/Basic/AttrDocs.td
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/lib/CodeGen/CGCall.cpp
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/lib/Sema/SemaDeclAttr.cpp
  cfe/trunk/test/CodeGen/attr-no-tail.c
  cfe/trunk/test/CodeGenCXX/attr-notail.cpp
  cfe/trunk/test/Sema/attr-notail.c
  cfe/trunk/test/SemaCXX/attr-notail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12922.39607.patch
Type: text/x-patch
Size: 9218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151106/8e143a2a/attachment.bin>


More information about the cfe-commits mailing list