| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide an attribute, objc_method_family, to allow the inferred family | John McCall | 2011-03-02 | 1 | -0/+1 |
* | accept and ignore a few things for better OpenBSD compatibility, | Chris Lattner | 2011-02-18 | 1 | -0/+1 |
* | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 2011-02-14 | 1 | -0/+1 |
* | Revert r124217 because it didn't catch the actual error case it was trying to | Jeffrey Yasskin | 2011-01-27 | 1 | -1/+0 |
* | Add an attribute to forbid temporary instances of a type. This allows class | Jeffrey Yasskin | 2011-01-25 | 1 | -0/+1 |
* | Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleased | John McCall | 2011-01-25 | 1 | -0/+4 |
* | Get rid of [[hiding]], [[override]] and [[base_check]]. | Anders Carlsson | 2011-01-23 | 1 | -2/+0 |
* | Get rid of the [[final]] C++0x attribute. | Anders Carlsson | 2011-01-23 | 1 | -1/+0 |
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -2/+2 |
* | Add support for the Microsoft uuid attribute: | Francois Pichet | 2010-12-19 | 1 | -0/+1 |
* | Basic, Sema: add support for CUDA launch_bounds attribute | Peter Collingbourne | 2010-12-12 | 1 | -0/+1 |
* | Add support for the common and nocommon attributes. | Eric Christopher | 2010-12-02 | 1 | -0/+2 |
* | Basic, Sema: add support for CUDA location attributes | Peter Collingbourne | 2010-12-01 | 1 | -0/+5 |
* | Front-end support for __attribute__((may_alias)). This is not | Dan Gohman | 2010-11-17 | 1 | -1/+1 |
* | Add support for "neon_vector_type" and "neon_polyvector_type" attributes | Bob Wilson | 2010-11-16 | 1 | -0/+2 |
* | Region-allocate all AttributeList objects from a factory object instead of ma... | Ted Kremenek | 2010-11-10 | 1 | -17/+6 |
* | fix http://llvm.org/PR8371 in the straightforward way, also adding a comment | Gabor Greif | 2010-10-15 | 1 | -0/+1 |
* | Add support for attribute((naked)), patch by Zoxc on cfe-commits! | Daniel Dunbar | 2010-09-29 | 1 | -0/+1 |
* | Add symantic support for the Pascal calling convention via | Dawn Perchik | 2010-09-03 | 1 | -0/+2 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -2/+2 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -0/+134 |