summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/AttributeList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor2010-05-181-0/+5
* Add calling convention related attributes to related declaration. Mark attrib...Abramo Bagnara2010-04-301-1/+1
* other half of r101005Chris Lattner2010-04-121-0/+1
* revert r98661, gcc_tdiag is not an attribute (PR6542).Chris Lattner2010-03-221-1/+0
* accept and ignore __gcc_tdiag__ so we don't produce warningsChris Lattner2010-03-161-1/+1
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-231-0/+1
* Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes toTed Kremenek2010-02-181-0/+2
* Add IBAction attribute to keep the IBOutlet attribute company.Ted Kremenek2010-02-171-0/+1
* Parse C++ member check attributes - base_check, hiding, and override.Alexis Hunt2009-11-251-5/+8
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-3/+8
* Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGenEli Friedman2009-11-091-0/+1
* StringSwitch-ify attribute name mapping.Douglas Gregor2009-10-291-90/+55
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-1/+1
* Rewrite AttributeList::getKind to use StringRef API.Daniel Dunbar2009-10-171-8/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-9/+9
* map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...Ryan Flynn2009-08-091-1/+1
* OpenCL 1.0 support: attributesNate Begeman2009-06-261-0/+3
* Add real parsing for __declspec. It doesn't make much of a difference Eli Friedman2009-06-081-2/+2
* implementation of format_arg for ObjC methods/functions.Fariborz Jahanian2009-05-201-2/+1
* Add back attribute string lookup for 'ns_returns_retained' andTed Kremenek2009-05-091-0/+4
* Remove experimental ownership attributes from Clang.Ted Kremenek2009-05-081-9/+0
* More attribute renaming:Ted Kremenek2009-05-071-4/+4
* Implement attribute 'ns_autorelease'.Ted Kremenek2009-05-051-0/+1
* Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').Ted Kremenek2009-05-051-0/+1
* Rename ownership attributes:Ted Kremenek2009-05-051-14/+7
* Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'.Ted Kremenek2009-05-041-2/+2
* Remove experimental attribute 'ns_ownership_make_collectable.'Ted Kremenek2009-05-041-4/+0
* 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
OpenPOWER on IntegriCloud