Age | Commit message (Expand) | Author |
2009-11-09 | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman |
2009-10-17 | Remove a FIXME that doesn't belong, there are numerous other places that use | Daniel Dunbar |
2009-10-05 | This is slightly contentious, but, if llvm has gone to addressable | Mike Stump |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-26 | Regularize the case and sort. | Mike Stump |
2009-08-16 | Move builtin call checking out into a separate function, make CheckFunctionCa... | Anders Carlsson |
2009-08-09 | map previously ignored __attribute((malloc)) to noalias attribute of llvm fun... | Ryan Flynn |
2009-08-08 | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson |
2009-06-26 | OpenCL 1.0 support: attributes | Nate Begeman |
2009-06-13 | declare an 'operator delete' to match operator new, this avoids many many | Chris Lattner |
2009-05-20 | implementation of format_arg for ObjC methods/functions. | Fariborz Jahanian |
2009-05-13 | Some early declarations to support sentinel attribute on | Fariborz Jahanian |
2009-05-09 | Add back Parse/Sema support for attributes cf_returns_retained and | Ted Kremenek |
2009-05-08 | Remove experimental ownership attributes from Clang. | 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-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-29 | Implement semantic analysis for transparent unions. This is largely | Douglas Gregor |
2009-04-28 | Implement ownership attribute 'objc_ownership_make_collectable'. This allows one | Ted Kremenek |
2009-04-28 | Improve compatibility with GCC regarding inline semantics in GNU89 | Douglas Gregor |
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 | 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-15 | PCH support for declaration attributes | Douglas Gregor |
2009-04-14 | recognize the gnuc_inline attribute. | Chris Lattner |
2009-04-10 | fix indentation | Chris Lattner |
2009-04-10 | Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows | Ted Kremenek |
2009-04-04 | Basic support for regparm codegen | Anton Korobeynikov |
2009-03-27 | Finish off semantic analysis for regparm, and remove the warning. Also | Eli Friedman |
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-03-04 | Switch attributes to be allocated from the declcontext bump pointer just like | Chris Lattner |
2009-03-04 | add an a Attr::Destroy method and force clients to go through it. As part of | Chris Lattner |
2009-02-19 | Add sema support for the noinline attribute. | Anders Carlsson |
2009-02-18 | Cleanup objc's gc attributes code no longer needed. | Fariborz Jahanian |
2009-02-14 | Add hook to add attributes to function declarations that we know | Douglas Gregor |
2009-02-14 | add parser and type checking support for attribute((objc_exception)). | Chris Lattner |
2009-02-14 | Several related changes: | Chris Lattner |
2009-02-13 | Sema/AST support for attribute used. Patch by Anders Johnson (with small twea... | Daniel Dunbar |
2009-02-13 | Add sema support for the nodebug attribute. | Anders Carlsson |
2009-02-13 | Tighten checking of the "overloadable" attribute. If any function by a | Douglas Gregor |
2009-02-12 | Support __attribute__(section(<name>)) | Daniel Dunbar |
2009-02-11 | Initial implementation of function overloading in C. | Douglas Gregor |
2009-01-31 | Add sema support for the cleanup attribute. | Anders Carlsson |
2009-01-13 | Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type | Fariborz Jahanian |
2008-12-29 | Remove hasKind(). Use existing getKind(). | Fariborz Jahanian |