]> granicus.if.org Git - clang/commit
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)
commit7dfd18275259df609f8574a25302fc73a000aa64
treee2b9b36fdaeaff541a3fc653d0cea0905c9556b8
parent93cf969df9afb22028aa8b4d575fa55681d1ec56
First step in implementation of mips16 and nomips16 attributes.
Waiting for new llvm attribute code for the next step.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172626 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/CodeGen/TargetInfo.cpp
lib/Sema/TargetAttributesSema.cpp
test/Sema/mips16_attr_allowed.c [new file with mode: 0644]
test/Sema/mips16_attr_not_allowed.c [new file with mode: 0644]