summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-msp430-attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow target-specific attributes to share a spelling between different ↵Aaron Ballman2013-12-151-0/+5
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