| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman | 2009-11-09 | 1 | -0/+33 |
* | Diagnose the use of 'fastcall' on functions without prototypes or with | John McCall | 2009-11-04 | 1 | -0/+18 |
* | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall | 2009-11-04 | 1 | -0/+59 |
* | Rename FunctionDecl::isInline/setInline to | Douglas Gregor | 2009-10-27 | 1 | -3/+3 |
* | Preserve type source information in TypedefDecls. Preserve it across | John McCall | 2009-10-24 | 1 | -6/+11 |
* | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -3/+3 |
* | Simplify HandleModeAttr. | Daniel Dunbar | 2009-10-18 | 1 | -11/+8 |
* | Simplify HandleFormatAttr. | Daniel Dunbar | 2009-10-18 | 1 | -35/+41 |
* | Fix for PR 5181. | Edward O'Callaghan | 2009-10-13 | 1 | -1/+4 |
* | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall | 2009-10-09 | 1 | -2/+3 |
* | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -7/+7 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -9/+8 |
* | reduce indentation. | Chris Lattner | 2009-09-08 | 1 | -17/+16 |
* | Regularize the case and sort. | Mike Stump | 2009-08-26 | 1 | -6/+6 |
* | Handle the implicit 'this' parameter for format attributes. | Anders Carlsson | 2009-08-25 | 1 | -3/+12 |
* | 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 |