[PATCH] D12547: Add support for function attribute "disable_tail_calls"
    Akira Hatanaka via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Sep 16 13:30:25 PDT 2015
    
    
  
ahatanak updated this revision to Diff 34919.
ahatanak added a comment.
Made the following changes to address review comments:
- Use checkAttrMutualExclusion.
- Removed spaces in the check strings in test case attr-disable-tail-calls.c.
http://reviews.llvm.org/D12547
Files:
  include/clang/Basic/Attr.td
  include/clang/Basic/AttrDocs.td
  lib/CodeGen/CGCall.cpp
  lib/Sema/SemaDeclAttr.cpp
  test/CodeGen/attr-disable-tail-calls.c
  test/Sema/disable-tail-calls-attr.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12547.34919.patch
Type: text/x-patch
Size: 4782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150916/96a1fb5d/attachment.bin>
    
    
More information about the cfe-commits
mailing list