Age | Commit message (Expand) | Author |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-09 | Added vecreturn attribute parsing. | John Thompson |
2010-07-31 | After a lengthy design discussion, add support for "ownership attributes" for... | Ted Kremenek |
2010-06-18 | Implements Sema part of init_priority(priority) attribute | Fariborz Jahanian |
2010-05-28 | Roll back r104941. | John McCall |
2010-05-28 | Add a new attribute on records, __attribute__((adl_invisible)), and define | John McCall |
2010-05-19 | Add clang support for IBOutletCollection. | Ted Kremenek |
2010-05-18 | Add support for Microsoft's __thiscall, from Steven Watanabe! | Douglas Gregor |
2010-04-30 | Add calling convention related attributes to related declaration. Mark attrib... | Abramo Bagnara |
2010-04-12 | other half of r101005 | Chris Lattner |
2010-03-22 | revert r98661, gcc_tdiag is not an attribute (PR6542). | Chris Lattner |
2010-03-16 | accept and ignore __gcc_tdiag__ so we don't produce warnings | Chris Lattner |
2010-02-23 | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola |
2010-02-18 | Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to | Ted Kremenek |
2010-02-17 | Add IBAction attribute to keep the IBOutlet attribute company. | Ted Kremenek |
2009-11-25 | Parse C++ member check attributes - base_check, hiding, and override. | Sean Hunt |
2009-11-21 | Added rudimentary C++0x attribute support. | Sean Hunt |
2009-11-09 | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman |
2009-10-29 | StringSwitch-ify attribute name mapping. | Douglas Gregor |
2009-10-18 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-17 | Rewrite AttributeList::getKind to use StringRef API. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-09 | map previously ignored __attribute((malloc)) to noalias attribute of llvm fun... | Ryan Flynn |
2009-06-26 | OpenCL 1.0 support: attributes | Nate Begeman |
2009-06-08 | Add real parsing for __declspec. It doesn't make much of a difference | Eli Friedman |
2009-05-20 | implementation of format_arg for ObjC methods/functions. | Fariborz Jahanian |
2009-05-09 | Add back attribute string lookup for 'ns_returns_retained' and | Ted Kremenek |
2009-05-08 | Remove experimental ownership attributes from Clang. | Ted Kremenek |
2009-05-07 | More attribute renaming: | Ted Kremenek |
2009-05-05 | Implement attribute 'ns_autorelease'. | Ted Kremenek |
2009-05-05 | Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). | Ted Kremenek |
2009-05-05 | Rename ownership attributes: | Ted Kremenek |
2009-05-04 | Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'. | Ted Kremenek |
2009-05-04 | Remove experimental attribute 'ns_ownership_make_collectable.' | Ted Kremenek |
2009-05-04 | Rename attributes 'objc_ownership...' to 'ns_ownership...'. | Ted Kremenek |
2009-05-04 | Rename attributes: | Ted Kremenek |
2009-04-28 | Implement ownership attribute 'objc_ownership_make_collectable'. This allows one | Ted Kremenek |
2009-04-27 | Add two new checker-specific attributes: 'objc_ownership_release' and | Ted Kremenek |
2009-04-27 | Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same | Ted Kremenek |
2009-04-25 | accept an ignore the no_instrument_function attribute. Since we don't | Chris Lattner |
2009-04-25 | Hook up attribute 'objc_ownership_retain' to the analyzer. This attribute allows | Ted Kremenek |
2009-04-25 | Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked up | Ted Kremenek |
2009-04-24 | Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked | Ted Kremenek |
2009-04-20 | the __gnuc_inline__ attribute is actually named __gnu_inline__, | Chris Lattner |
2009-04-14 | recognize the gnuc_inline attribute. | Chris Lattner |
2009-04-11 | sink abstract typedefs like Action::ExprTy from the Action class | Chris Lattner |
2009-04-10 | Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows | Ted Kremenek |
2009-03-27 | Besides the warning, issue unsupported diagnostics in | Fariborz Jahanian |
2009-03-06 | Add Parse/Sema support for weak_import attribute. | Daniel Dunbar |
2009-02-19 | don't new[] an empty array when an AttributeList has | Chris Lattner |