summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/AttributeList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename attributes 'objc_ownership...' to 'ns_ownership...'.Ted Kremenek2009-05-041-11/+9
* Rename attributes:Ted Kremenek2009-05-041-8/+8
* Implement ownership attribute 'objc_ownership_make_collectable'. This allows oneTed Kremenek2009-04-281-0/+4
* Add two new checker-specific attributes: 'objc_ownership_release' andTed Kremenek2009-04-271-1/+7
* Add new checker-specific attribute 'objc_ownership_cfretain'. This is the sameTed Kremenek2009-04-271-0/+5
* accept an ignore the no_instrument_function attribute. Since we don'tChris Lattner2009-04-251-0/+2
* Hook up attribute 'objc_ownership_retain' to the analyzer. This attribute allowsTed Kremenek2009-04-251-1/+1
* Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked upTed Kremenek2009-04-251-0/+3
* Add new checker-specific attribute 'objc_ownership_returns'. This isn't hookedTed Kremenek2009-04-241-0/+4
* the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner2009-04-201-1/+1
* recognize the gnuc_inline attribute.Chris Lattner2009-04-141-0/+1
* sink abstract typedefs like Action::ExprTy from the Action classChris Lattner2009-04-111-3/+4
* Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allowsTed Kremenek2009-04-101-0/+1
* Besides the warning, issue unsupported diagnostics in Fariborz Jahanian2009-03-271-0/+1
* Add Parse/Sema support for weak_import attribute.Daniel Dunbar2009-03-061-0/+1
* don't new[] an empty array when an AttributeList has Chris Lattner2009-02-191-5/+9
* gcc spells it "warn_unused_result" (already supported) not "warnunusedresult"Chris Lattner2009-02-171-3/+0
* just ignore hte format_arg attribute for now, it doesn't have any semantic im...Chris Lattner2009-02-141-2/+4
* add parser and type checking support for attribute((objc_exception)).Chris Lattner2009-02-141-0/+3
* Several related changes: Chris Lattner2009-02-141-0/+3
* Don't ignore the const attribute - we even have CG support for that. Do ignor...Anders Carlsson2009-02-141-2/+2
* ignore the const attribute for now.Chris Lattner2009-02-141-0/+1
* Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...Daniel Dunbar2009-02-131-0/+1
* Add a new Ignored attribute type, and use it for may_alias.Anders Carlsson2009-02-131-0/+1
* Add sema support for the nodebug attribute.Anders Carlsson2009-02-131-0/+1
* Support __attribute__(section(<name>))Daniel Dunbar2009-02-121-2/+3
* Initial implementation of function overloading in C.Douglas Gregor2009-02-111-0/+3
* Implement Declarator::getSourceRange().Sebastian Redl2009-02-091-1/+1
* Add sema support for the cleanup attribute.Anders Carlsson2009-01-311-0/+1
* Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-typeFariborz Jahanian2009-01-131-0/+1
* Semantics of @protocol attributes.Fariborz Jahanian2008-12-171-0/+1
* 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