First step in implementation of mips16 and nomips16 attributes.
authorReed Kotler <rkotler@mips.com>
Wed, 16 Jan 2013 17:10:28 +0000 (17:10 +0000)
committerReed Kotler <rkotler@mips.com>
Wed, 16 Jan 2013 17:10:28 +0000 (17:10 +0000)
commit373feca7a02a75e5ab4788ac77fd061883c23ff6
tree3084ab3da63e267bd5a108207712bd64fa0f3291
parentfbd7c2d3b2ae2447c933c55a9bdb07d4f01bd95e
First step in implementation of mips16 and nomips16 attributes.
Waiting for new llvm attribute code for the next step.

llvm-svn: 172626
clang/include/clang/Basic/Attr.td
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/Sema/TargetAttributesSema.cpp
clang/test/Sema/mips16_attr_allowed.c [new file with mode: 0644]
clang/test/Sema/mips16_attr_not_allowed.c [new file with mode: 0644]