summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/arm-interrupt-attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated the wording of two attribute-related diagnostics so that they print ↵Aaron Ballman2014-01-021-2/+2
| | | | | | the offending attribute name. Also updates the associated test cases. llvm-svn: 198355
* Implement ARM GNU-style interrupt attributeTim Northover2013-10-011-0/+16
This attribute allows users to use a modified C or C++ function as an ARM exception-handling function and, with care, to successfully return control to user-space after the issue has been dealt with. rdar://problem/14207019 llvm-svn: 191769
OpenPOWER on IntegriCloud