Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing the alloc_size attribute. The attribute was semantically handled, bu... | Aaron Ballman | 2013-12-21 | 1 | -27/+0 |
* | Replacing err_attribute_argument_not_int with err_attribute_not_type_attr | Aaron Ballman | 2013-07-30 | 1 | -1/+1 |
* | Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of... | Aaron Ballman | 2013-07-30 | 1 | -1/+1 |
* | Integers which are too large should be an error. | Eli Friedman | 2013-07-23 | 1 | -1/+1 |
* | When a parameter list in a C function has an error, recover by forming a K&R ... | Argyrios Kyrtzidis | 2013-02-22 | 1 | -1/+1 |
* | Don't crash when applying an alloc_size attribute on a K&R function. | Argyrios Kyrtzidis | 2013-02-22 | 1 | -0/+1 |
* | fix PR13071 / rdar://problem/11634669 : | Nuno Lopes | 2012-06-18 | 1 | -0/+4 |
* | alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just mea... | Nuno Lopes | 2012-06-18 | 1 | -1/+1 |
* | implement Sema support for the alloc_size attribute | Nuno Lopes | 2012-05-24 | 1 | -0/+22 |