Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the wording of two attribute-related diagnostics so that they print ↵ | Aaron Ballman | 2014-01-02 | 1 | -2/+2 |
| | | | | | | the offending attribute name. Also updates the associated test cases. llvm-svn: 198355 | ||||
* | Implement ARM GNU-style interrupt attribute | Tim Northover | 2013-10-01 | 1 | -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 |