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