| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enhance diagnostics concerning attribute 'ns_returns_retained' and 'cf_return... | Ted Kremenek | 2009-08-19 | 1 | -4/+6 |
| * | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -2/+3 |
| * | Change handling of attribute 'malloc' to only accept the attribute on function | Ted Kremenek | 2009-08-15 | 1 | -14/+7 |
| * | Per Eli Friedman's feedback, handle attribute 'malloc' being applied to | Ted Kremenek | 2009-08-14 | 1 | -5/+5 |
| * | Use 'dyn_cast' instead of a check for a function declaration followed by a | Ted Kremenek | 2009-08-14 | 1 | -2/+3 |
| * | Improve Sema's handling of attribute 'malloc' to reject the attribute when | Ted Kremenek | 2009-08-14 | 1 | -18/+26 |
| * | change cast to dyn_cast because d may not be a FunctionDecl | Ryan Flynn | 2009-08-13 | 1 | -1/+1 |
| * | change a dyn_cast to cast | Ryan Flynn | 2009-08-12 | 1 | -1/+1 |
| * | fix a couple of problems with section attributes: | Chris Lattner | 2009-08-10 | 1 | -10/+20 |
| * | warn, as gcc does, if __attribute__((malloc)) applied to function returning n... | Ryan Flynn | 2009-08-09 | 1 | -0/+7 |
| * | map previously ignored __attribute((malloc)) to noalias attribute of llvm fun... | Ryan Flynn | 2009-08-09 | 1 | -0/+17 |
| * | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson | 2009-08-08 | 1 | -2/+2 |
| * | add support for FreeBSD's format(printf0,x,y) attribute; allows null format s... | Ryan Flynn | 2009-08-06 | 1 | -1/+2 |
| * | Canonicalize else. | Mike Stump | 2009-08-04 | 1 | -2/+1 |
| * | PR3679 - enable #pragma weak aliasing. | Ryan Flynn | 2009-07-31 | 1 | -6/+12 |
| * | PR3679 - handle #pragma weak | Ryan Flynn | 2009-07-30 | 1 | -0/+47 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -10/+10 |
| * | Fix 80-col violations, reflow a few comments and zap some extra | Mike Stump | 2009-07-24 | 1 | -159/+158 |
| * | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -10/+10 |
| * | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
| * | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -9/+9 |
| * | Generate error on declaration containing 'static' and '__attribute__((weak))' | Fariborz Jahanian | 2009-07-16 | 1 | -0/+13 |
| * | Handle some more fallout with the conversion of using PointerType for | Ted Kremenek | 2009-07-15 | 1 | -2/+2 |
| * | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -2/+3 |
| * | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -2/+2 |
| * | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
| * | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -55/+50 |
| * | OpenCL 1.0 support: attributes | Nate Begeman | 2009-06-26 | 1 | -0/+27 |
| * | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -49/+53 |
| * | Support dependent extended vector types and template instantiation | Douglas Gregor | 2009-06-17 | 1 | -39/+34 |
| * | Add more parser support for Microsoft extensions. | Eli Friedman | 2009-06-08 | 1 | -0/+3 |
| * | implementation of format_arg for ObjC methods/functions. | Fariborz Jahanian | 2009-05-20 | 1 | -0/+70 |
| * | Patch finishes off application of printf attribute on blocks. | Fariborz Jahanian | 2009-05-19 | 1 | -4/+9 |
| * | Minor tweak to support format attribute on blocks. No change in functionality. | Fariborz Jahanian | 2009-05-18 | 1 | -3/+3 |
| * | Reflow some comments. | Mike Stump | 2009-05-16 | 1 | -10/+8 |
| * | Removed superfluous code. | Fariborz Jahanian | 2009-05-15 | 1 | -11/+0 |
| * | Early support for __format__attribute on blocks. | Fariborz Jahanian | 2009-05-15 | 1 | -4/+32 |
| * | improved on diagnosing misplacement of sentinel attributes. | Fariborz Jahanian | 2009-05-15 | 1 | -3/+4 |
| * | This patch finishes off the sentinel attribute handling for | Fariborz Jahanian | 2009-05-15 | 1 | -5/+3 |
| * | updated comments. | Fariborz Jahanian | 2009-05-14 | 1 | -3/+2 |
| * | Adds recognition of sentinel attribute on block declarations. | Fariborz Jahanian | 2009-05-14 | 1 | -2/+24 |
| * | Look for and diagnose missing sentinel argument on message | Fariborz Jahanian | 2009-05-13 | 1 | -2/+1 |
| * | Add some basic type checking for attributes ns_returns_retained and | Ted Kremenek | 2009-05-13 | 1 | -39/+39 |
| * | Fix rdar://6880951 by rejecting vectors of vectors. | Chris Lattner | 2009-05-13 | 1 | -2/+3 |
| * | Fix rdar://6881069, a crash on a form of vector_size that we | Chris Lattner | 2009-05-13 | 1 | -1/+2 |
| * | Add back Parse/Sema support for attributes cf_returns_retained and | Ted Kremenek | 2009-05-09 | 1 | -0/+44 |
| * | Remove experimental ownership attributes from Clang. | Ted Kremenek | 2009-05-08 | 1 | -101/+0 |
| * | More attribute renaming: | Ted Kremenek | 2009-05-07 | 1 | -8/+8 |
| * | Implement attribute 'ns_autorelease'. | Ted Kremenek | 2009-05-05 | 1 | -0/+6 |
| * | Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). | Ted Kremenek | 2009-05-05 | 1 | -10/+37 |