]> granicus.if.org Git - clang/commit
The MSP430Interrupt attribute does have a sema handler (it's in TargetAttributesSema...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 4 Dec 2013 22:23:43 +0000 (22:23 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 4 Dec 2013 22:23:43 +0000 (22:23 +0000)
commitdb218b62f65f84d8bf608b15c81c7f70b530baaf
tree564b6a250b49daf6bb0b778a8e3bee8bfec7ae52
parent2d15c74bf8a78251992f752a442001afc1dfba75
The MSP430Interrupt attribute does have a sema handler (it's in TargetAttributesSema). Added a FIXME about the attribute being nameless when it really does have a valid name, and a comment explaining why we're using the name instead of the attribute kind.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196420 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/Sema/TargetAttributesSema.cpp