| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extend the new 'availability' attribute with support for an | Douglas Gregor | 2011-03-26 | 1 | -1/+3 |
| * | Teach DelayedDiagnostic to copy its string, rather than hope that the | Douglas Gregor | 2011-03-23 | 1 | -1/+1 |
| * | Ignore weak_import on Objective-C property and method declarations on | Douglas Gregor | 2011-03-23 | 1 | -4/+5 |
| * | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -19/+62 |
| * | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -0/+1 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -1/+2 |
| * | Don't hard-code these constants, or at least don't hard-code them so hard. | John McCall | 2011-03-02 | 1 | -40/+60 |
| * | Pretty up the wrong-number-of-arguments-for-attribute diagnostic by | John McCall | 2011-03-02 | 1 | -14/+9 |
| * | Provide an attribute, objc_method_family, to allow the inferred family | John McCall | 2011-03-02 | 1 | -0/+48 |
| * | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -2/+2 |
| * | rework processing of unavailable and deprecated attributes to avoid | Chris Lattner | 2011-02-24 | 1 | -25/+19 |
| * | accept and ignore a few things for better OpenBSD compatibility, | Chris Lattner | 2011-02-18 | 1 | -1/+2 |
| * | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -2/+2 |
| * | When parsing an out-of-line member function declaration, we must delay | John McCall | 2011-02-14 | 1 | -30/+47 |
| * | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 2011-02-14 | 1 | -0/+8 |
| * | When checking the 'weak' and 'weakref' attributes, look for non-external | John McCall | 2011-02-08 | 1 | -21/+40 |
| * | Downgrade error about attribute 'iboutlet' and 'ibaction' being applied to an... | Ted Kremenek | 2011-02-04 | 1 | -3/+3 |
| * | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -1/+2 |
| * | Revert r124217 because it didn't catch the actual error case it was trying to | Jeffrey Yasskin | 2011-01-27 | 1 | -20/+0 |
| * | Add an attribute to forbid temporary instances of a type. This allows class | Jeffrey Yasskin | 2011-01-25 | 1 | -0/+20 |
| * | Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleased | John McCall | 2011-01-25 | 1 | -15/+89 |
| * | Get rid of [[hiding]], [[override]] and [[base_check]]. | Anders Carlsson | 2011-01-23 | 1 | -79/+0 |
| * | Get rid of the [[final]] C++0x attribute. | Anders Carlsson | 2011-01-23 | 1 | -32/+5 |
| * | Sema: support for processing non-inheritable declaration attributes early | Peter Collingbourne | 2011-01-21 | 1 | -22/+49 |
| * | Refactor the application of type attributes so that attributes from | John McCall | 2011-01-05 | 1 | -34/+110 |
| * | Funciton -> Function | Peter Collingbourne | 2011-01-02 | 1 | -3/+3 |
| * | Unkown -> Unknown | Peter Collingbourne | 2011-01-02 | 1 | -2/+2 |
| * | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -1/+1 |
| * | Warn when message is sent to receiver of | Fariborz Jahanian | 2010-12-21 | 1 | -3/+8 |
| * | Validate Microsoft's uuid attribute string. | Francois Pichet | 2010-12-20 | 1 | -2/+40 |
| * | Add support for the Microsoft uuid attribute: | Francois Pichet | 2010-12-19 | 1 | -1/+26 |
| * | __attribute__((nonnull)) can apply to reference-to-pointer | Douglas Gregor | 2010-12-15 | 1 | -2/+2 |
| * | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -1/+1 |
| * | Basic, Sema: add support for CUDA launch_bounds attribute | Peter Collingbourne | 2010-12-12 | 1 | -0/+48 |
| * | Sema: diagnose kernel functions with non-void return type | Peter Collingbourne | 2010-12-12 | 1 | -0/+15 |
| * | Fix PR8720 by printing an error message with a substring that the gcc testsui... | Rafael Espindola | 2010-12-07 | 1 | -0/+5 |
| * | Remove a fixme which was fixed in a previous commit. | Argyrios Kyrtzidis | 2010-12-06 | 1 | -2/+0 |
| * | Use Sema's MarkDeclarationReferenced, which takes care of templates, instead ... | Argyrios Kyrtzidis | 2010-12-06 | 1 | -1/+1 |
| * | Use the source location of the parameter, when it makes sense, for diagnostic... | Argyrios Kyrtzidis | 2010-12-06 | 1 | -8/+10 |
| * | Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293 | Argyrios Kyrtzidis | 2010-12-04 | 1 | -0/+1 |
| * | Add some warning messages about invalid use of common/nocommon attributes. | Eric Christopher | 2010-12-03 | 1 | -2/+10 |
| * | Add support for the common and nocommon attributes. | Eric Christopher | 2010-12-02 | 1 | -0/+12 |
| * | 80-col fixups. | Eric Christopher | 2010-12-01 | 1 | -21/+38 |
| * | Basic, Sema: add support for CUDA location attributes | Peter Collingbourne | 2010-12-01 | 1 | -0/+105 |
| * | Remove static_casts from SemaDeclAttr.cpp | Peter Collingbourne | 2010-11-23 | 1 | -22/+22 |
| * | Drop the warning about __attribute__((may_alias)) being used | Dan Gohman | 2010-11-17 | 1 | -6/+0 |
| * | Front-end support for __attribute__((may_alias)). This is not | Dan Gohman | 2010-11-17 | 1 | -0/+17 |
| * | Re-work the handling of implicit 'this' arguments and silly GCC-style attribute | Chandler Carruth | 2010-11-16 | 1 | -19/+56 |
| * | Kill off the remaining places which generate CK_Unknown casts. | John McCall | 2010-11-16 | 1 | -2/+1 |
| * | Add support for "neon_vector_type" and "neon_polyvector_type" attributes | Bob Wilson | 2010-11-16 | 1 | -0/+2 |