]> granicus.if.org Git - clang/commit
Propagate __attribute__((returns_twice)) from C to IL.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 3 Oct 2011 14:59:42 +0000 (14:59 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 3 Oct 2011 14:59:42 +0000 (14:59 +0000)
commitf87cced71a955dca5731e7b28bc182e4824c0355
tree49364a958fa41749608f1c9a91e93732fd3d61e8
parentc5306b0b8595a1a7800d9c5e75de4f5b9f860efd
Propagate __attribute__((returns_twice)) from C to IL.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141002 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
include/clang/Sema/AttributeList.h
lib/CodeGen/CGCall.cpp
lib/Sema/AttributeList.cpp
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/function-attributes.c
test/Index/recursive-cxx-member-calls.cpp