]> granicus.if.org Git - clang/commit
Add more of the command line options as attribute flags.
authorBill Wendling <isanbard@gmail.com>
Thu, 28 Feb 2013 22:49:57 +0000 (22:49 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 28 Feb 2013 22:49:57 +0000 (22:49 +0000)
commitbe9e8bfef6ee7f81ea30e9d358101b4f8d560c6b
treeb0048b32f6649f479780a39edaeec7fbd3a050e5
parentced0e6570a90e3e7ab09691fd7f04428f4e97977
Add more of the command line options as attribute flags.

These can be easily queried by the back-end.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176304 91177308-0d34-0410-b5e6-96231b3b80d8
22 files changed:
lib/CodeGen/CGCall.cpp
test/CodeGen/2008-04-08-NoExceptions.c
test/CodeGen/address-safety-attr.cpp
test/CodeGen/function-attributes.c
test/CodeGen/sanitize-thread-attr.cpp
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/member-initializers.cpp
test/CodeGenCXX/microsoft-abi-array-cookies.cpp
test/CodeGenCXX/no-exceptions.cpp
test/CodeGenCXX/pointers-to-data-members.cpp
test/CodeGenCXX/reference-cast.cpp
test/CodeGenCXX/threadsafe-statics.cpp
test/CodeGenObjC/arc.m
test/CodeGenObjC/gnu-exceptions.m
test/Driver/darwin-iphone-defaults.m