aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/AttributeList.cpp
AgeCommit message (Expand)Author
2008-10-28Add attribute always_inline support.Daniel Dunbar
2008-10-05Add parsing of the sentinel attribute. Still need to create the attribute.Anders Carlsson
2008-09-18Finish pushing blocks attribute through the clang attribute machinery.Steve Naroff
2008-08-23Add support for parsing the objc_gc attribute. Tests will come shortly.Anders Carlsson
2008-07-31Support __attribute__(({con,de}structor)) in Parse & SemaDaniel Dunbar
2008-07-15Use lowercase of attribute iboutlet to not conflict with the macro IBOutletTed Kremenek
2008-07-15Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific a...Ted Kremenek
2008-06-08implement the alias attirbute (in both Sema and Codegen)Nuno Lopes
2008-05-27Implementation of gcc mode attribute; this is significant because Eli Friedman
2008-04-25initial support for recognizing __transparent_union__ attributesNuno Lopes
2008-04-18OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner