summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/alloc_size.c
Commit message (Expand)AuthorAgeFilesLines
* Removing the alloc_size attribute. The attribute was semantically handled, bu...Aaron Ballman2013-12-211-27/+0
* Replacing err_attribute_argument_not_int with err_attribute_not_type_attrAaron Ballman2013-07-301-1/+1
* Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of...Aaron Ballman2013-07-301-1/+1
* Integers which are too large should be an error.Eli Friedman2013-07-231-1/+1
* When a parameter list in a C function has an error, recover by forming a K&R ...Argyrios Kyrtzidis2013-02-221-1/+1
* Don't crash when applying an alloc_size attribute on a K&R function.Argyrios Kyrtzidis2013-02-221-0/+1
* fix PR13071 / rdar://problem/11634669 :Nuno Lopes2012-06-181-0/+4
* alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just mea...Nuno Lopes2012-06-181-1/+1
* implement Sema support for the alloc_size attributeNuno Lopes2012-05-241-0/+22
OpenPOWER on IntegriCloud