]> granicus.if.org Git - clang/commit
Add more attributes from the command line to functions.
authorBill Wendling <isanbard@gmail.com>
Mon, 25 Feb 2013 07:15:16 +0000 (07:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 25 Feb 2013 07:15:16 +0000 (07:15 +0000)
commitd620e09c13b1ca32434ce440abf5bb0f3d0979c5
tree7741519fb7d204ac5f8303922943f752d4903cab
parent0a8dead5303bd0cabebf07ab4e8d4f838787e8f1
Add more attributes from the command line to functions.

This is an ongoing process. Any command line option which a back-end cares about
should be added here.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176009 91177308-0d34-0410-b5e6-96231b3b80d8
44 files changed:
lib/CodeGen/CGCall.cpp
test/CodeGen/2008-04-08-NoExceptions.c
test/CodeGen/address-space-field1.c
test/CodeGen/alias.c
test/CodeGen/attr-naked.c
test/CodeGen/attributes.c
test/CodeGen/builtin-attributes.c
test/CodeGen/function-attributes.c
test/CodeGen/incomplete-function-type-2.c
test/CodeGen/libcall-declarations.c
test/CodeGen/libcalls.c
test/CodeGen/mips-vector-arg.c
test/CodeGen/mrtd.c
test/CodeGen/ms-declspecs.c
test/CodeGen/ppc64-complex-parms.c
test/CodeGen/ppc64-complex-return.c
test/CodeGen/ppc64-extend.c
test/CodeGen/pragma-weak.c
test/CodeGen/struct-passing.c
test/CodeGen/unwind-attr.c
test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp
test/CodeGenCXX/attr.cpp
test/CodeGenCXX/cxx11-exception-spec.cpp
test/CodeGenCXX/default-destructor-synthesis.cpp
test/CodeGenCXX/derived-to-base.cpp
test/CodeGenCXX/exceptions.cpp
test/CodeGenCXX/global-dtor-no-atexit.cpp
test/CodeGenCXX/global-init.cpp
test/CodeGenCXX/member-initializers.cpp
test/CodeGenCXX/microsoft-abi-array-cookies.cpp
test/CodeGenCXX/microsoft-abi-static-initializers.cpp
test/CodeGenCXX/no-exceptions.cpp
test/CodeGenCXX/pointers-to-data-members.cpp
test/CodeGenCXX/reference-cast.cpp
test/CodeGenCXX/threadsafe-statics.cpp
test/CodeGenCXX/thunks.cpp
test/CodeGenCXX/virtual-base-cast.cpp
test/CodeGenObjC/arc.m
test/CodeGenObjC/gnu-exceptions.m
test/CodeGenObjC/nonlazy-msgSend.m
test/CodeGenObjC/objc-literal-debugger-test.m
test/CodeGenObjC/objc-literal-tests.m
test/CodeGenObjCXX/lambda-expressions.mm
test/Driver/darwin-iphone-defaults.m