summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor Clang sema attribute handling.Michael Han2012-03-071-118/+15
* The following patch adds __attribute__((no_address_safety_analysis)) which wi...Kostya Serebryany2012-01-241-0/+1
* After further discussion, rename attribute 'objc_disable_automatic_synthesis'...Ted Kremenek2012-01-051-1/+1
* Rename attribute 'objc_suppress_autosynthesis' to 'objc_disable_automatic_syn...Ted Kremenek2012-01-041-1/+1
* objc: introduce objc_suppress_autosynthesis class Fariborz Jahanian2012-01-031-0/+1
* Add ability to supply additional message to availability macros,Fariborz Jahanian2011-12-101-3/+15
* Propagate __attribute__((returns_twice)) from C to IL.Rafael Espindola2011-10-031-0/+1
* Hey, maybe we shouldn't silently ignore decl attributesJohn McCall2011-10-011-3/+10
* Add explicit attributes to mark functions as having had theirJohn McCall2011-09-301-0/+2
* Add an ns_bridged attribute, used to specify that a John McCall2011-09-291-0/+1
* Record the full source range of an attribute.Argyrios Kyrtzidis2011-09-131-14/+15
* Added basic parsing for all remaining attributes, thread safetyCaitlin Sadowski2011-07-281-0/+13
* Added parsing for guarded_var, pt_guarded_var, lockable,Caitlin Sadowski2011-07-281-0/+5
* Document the existing objc_precise_lifetime attribute.John McCall2011-07-221-0/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+1
* Moving one misplaced entry in the attribute enum in AttributeList.h into alph...Caitlin Sadowski2011-07-141-1/+1
* objc-arc: Support objc_arc_weak_unavailable on thoseFariborz Jahanian2011-07-061-0/+1
* Refactor AttributeList.h to use alphabetical order, from Caitlin SadowskiDouglas Gregor2011-07-011-20/+20
* Cache the result of AttributeList::getKind(); it's relatively expensive to co...Eli Friedman2011-06-271-1/+5
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-1/+1
* Automatic Reference Counting.John McCall2011-06-151-0/+3
* Add ms_struct attribute on record typeeFariborz Jahanian2011-04-261-0/+1
* Improve diagnostics on GNU attributes by warning about attributes that should...Ted Kremenek2011-04-151-0/+4
* Implement ARM pcs attribute. Basically it's another way of calling convention...Anton Korobeynikov2011-04-141-0/+1
* Extend the new 'availability' attribute with support for anDouglas Gregor2011-03-261-7/+22
* Insomniac refactoring: change how the parser allocates attributes so thatJohn McCall2011-03-241-80/+272
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-0/+62
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-181-0/+9
* Provide an attribute, objc_method_family, to allow the inferred familyJohn McCall2011-03-021-0/+1
* tidy upChris Lattner2011-02-171-2/+2
* OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne2011-02-141-0/+1
* Revert r124217 because it didn't catch the actual error case it was trying toJeffrey Yasskin2011-01-271-1/+0
* Add an attribute to forbid temporary instances of a type. This allows classJeffrey Yasskin2011-01-251-0/+1
* Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleasedJohn McCall2011-01-251-0/+4
* Get rid of [[hiding]], [[override]] and [[base_check]].Anders Carlsson2011-01-231-2/+0
* Get rid of the [[final]] C++0x attribute.Anders Carlsson2011-01-231-1/+0
* Refactor the application of type attributes so that attributes fromJohn McCall2011-01-051-1/+8
* Refactor how we collect attributes during parsing, and add slots for attributesJohn McCall2010-12-241-4/+44
* Add support for the Microsoft uuid attribute:Francois Pichet2010-12-191-0/+1
* Basic, Sema: add support for CUDA launch_bounds attributePeter Collingbourne2010-12-121-0/+1
* Use the source location of the parameter, when it makes sense, for diagnostic...Argyrios Kyrtzidis2010-12-061-0/+1
* Add support for the common and nocommon attributes.Eric Christopher2010-12-021-0/+2
* Basic, Sema: add support for CUDA location attributesPeter Collingbourne2010-12-011-0/+5
* Front-end support for __attribute__((may_alias)). This is notDan Gohman2010-11-171-0/+1
* Add support for "neon_vector_type" and "neon_polyvector_type" attributesBob Wilson2010-11-161-0/+2
* Region-allocate all AttributeList objects from a factory object instead of ma...Ted Kremenek2010-11-101-5/+28
* Add support for attribute((naked)), patch by Zoxc on cfe-commits!Daniel Dunbar2010-09-291-0/+1
* Add symantic support for the Pascal calling convention viaDawn Perchik2010-09-031-0/+1
* One who seeks knowledge learns something new every day.John McCall2010-08-261-1/+0
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-5/+5