summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/attr-msp430.c
Commit message (Collapse)AuthorAgeFilesLines
* [MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov2019-01-161-2/+9
| | | | | | | | | | | | * Accept as an argument constants in range 0..63 (aligned with TI headers and linker scripts provided with TI GCC toolchain). * Emit function attribute 'interrupt'='xx' instead of aliases (used in the backend to create a section for particular interrupt vector). * Add more diagnostics. Patch by Kristina Bessonova! Differential Revision: https://reviews.llvm.org/D56663 llvm-svn: 351344
* Prune CRLF.NAKAMURA Takumi2014-10-271-6/+6
| | | | llvm-svn: 220678
* Allow target-specific attributes to share a spelling between different ↵Aaron Ballman2013-12-151-0/+6
attributes via the ParseKind field. Attributes will be given a common parsed attribute identifier (the AttributeList::AT_* enum), but retain distinct Attr subclasses. This new functionality is used to implement the ARM and MSP430 interrupt attribute. Patch reviewed by Richard Smith over IRC. llvm-svn: 197343
OpenPOWER on IntegriCloud