summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/AttributeList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add attribute always_inline support.Daniel Dunbar2008-10-281-0/+1
* Add parsing of the sentinel attribute. Still need to create the attribute.Anders Carlsson2008-10-051-0/+1
* Finish pushing blocks attribute through the clang attribute machinery.Steve Naroff2008-09-181-0/+1
* Add support for parsing the objc_gc attribute. Tests will come shortly.Anders Carlsson2008-08-231-0/+1
* Support __attribute__(({con,de}structor)) in Parse & SemaDaniel Dunbar2008-07-311-0/+3
* Use lowercase of attribute iboutlet to not conflict with the macro IBOutletTed Kremenek2008-07-151-1/+1
* Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific a...Ted Kremenek2008-07-151-1/+2
* implement the alias attirbute (in both Sema and Codegen)Nuno Lopes2008-06-081-0/+3
* Implementation of gcc mode attribute; this is significant because Eli Friedman2008-05-271-0/+1
* initial support for recognizing __transparent_union__ attributesNuno Lopes2008-04-251-0/+3
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-181-1/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+98
OpenPOWER on IntegriCloud