Age | Commit message (Expand) | Author |
2012-06-19 | Improves parsing and semantic analysis for MS __declspec attributes. This in... | Aaron Ballman |
2012-06-19 | Improve the specification of spellings in Attr.td. | Sean Hunt |
2012-06-18 | Handle C++11 attribute namespaces automatically. | Sean Hunt |
2012-06-18 | [MSExtensions] Add support for __forceinline. | Michael J. Spencer |
2012-05-24 | implement Sema support for the alloc_size attribute | Nuno Lopes |
2012-05-22 | Recognize the MS inheritance attributes and turn them into attributes | John McCall |
2012-05-20 | CUDA: the device and host attributes must be inheritable, in order | Peter Collingbourne |
2012-05-15 | Fix our handling of visibility in explicit template instantiations. | Rafael Espindola |
2012-05-12 | Add support for __attribute__((hot)) and __attribute__((cold)). | Benjamin Kramer |
2012-05-11 | Teach the parser to deal with multiple spellings for the same | Douglas Gregor |
2012-05-03 | Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between | Richard Smith |
2012-05-02 | Introduce the notion of 'ignored' attributes, so that all attributes | Douglas Gregor |
2012-05-02 | Introduce the notion of an attribute that has no direct representation | Douglas Gregor |
2012-05-02 | Implement the alternate spellings of attributes aligned (as "align") | Douglas Gregor |
2012-04-06 | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard |
2012-03-07 | Refactor Clang sema attribute handling. | Michael Han |
2012-01-24 | The following patch adds __attribute__((no_address_safety_analysis)) which wi... | Kostya Serebryany |
2012-01-20 | Instantiate dependent attributes when instantiating templates. | DeLesley Hutchins |
2012-01-05 | After further discussion, rename attribute 'objc_disable_automatic_synthesis'... | Ted Kremenek |
2012-01-04 | Rename attribute 'objc_suppress_autosynthesis' to 'objc_disable_automatic_syn... | Ted Kremenek |
2012-01-04 | Support __has_attribute for objc_suppress_autosynthesis | Fariborz Jahanian |
2012-01-03 | objc: introduce objc_suppress_autosynthesis class | Fariborz Jahanian |
2011-12-10 | Add ability to supply additional message to availability macros, | Fariborz Jahanian |
2011-10-03 | Propagate __attribute__((returns_twice)) from C to IL. | Rafael Espindola |
2011-09-30 | Add explicit attributes to mark functions as having had their | John McCall |
2011-09-29 | Add support for alignment-specifiers in C1X and C++11, remove | Peter Collingbourne |
2011-09-29 | Add an ns_bridged attribute, used to specify that a | John McCall |
2011-09-15 | Thread safety: cleaning up FIXME for trylocks | Caitlin Sadowski |
2011-09-13 | Rename InterFace -> Interface, no functionality change. | Argyrios Kyrtzidis |
2011-09-13 | Add the location of the interface reference to IBOutletCollectionAttr. | Argyrios Kyrtzidis |
2011-09-09 | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge |
2011-09-08 | Thread Safety: Patch to implement delayed parsing of attributes within a | Caitlin Sadowski |
2011-08-23 | Thread-safety analysis: adding in a basic lockset tracking system. This | Caitlin Sadowski |
2011-07-28 | Added basic parsing for all remaining attributes, thread safety | Caitlin Sadowski |
2011-07-28 | Added parsing for guarded_var, pt_guarded_var, lockable, | Caitlin Sadowski |
2011-07-22 | Document the existing objc_precise_lifetime attribute. | John McCall |
2011-07-06 | objc-arc: Support objc_arc_weak_unavailable on those | Fariborz Jahanian |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-04-26 | Add ms_struct attribute on record typee | Fariborz Jahanian |
2011-04-14 | Implement ARM pcs attribute. Basically it's another way of calling convention... | Anton Korobeynikov |
2011-03-26 | Extend the new 'availability' attribute with support for an | Douglas Gregor |
2011-03-25 | Get rid of handling of the 'explicit' keyword from class-head. We still parse... | Anders Carlsson |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-06 | Rename the type argument for the iboutletcollection attribute to not | Douglas Gregor |
2011-03-02 | Provide an attribute, objc_method_family, to allow the inferred family | John McCall |
2011-03-02 | Support a new InheritableAttr subclass, InheritableParamAttr, which is | John McCall |
2011-02-14 | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne |
2011-01-27 | Revert r124217 because it didn't catch the actual error case it was trying to | Jeffrey Yasskin |
2011-01-25 | Add an attribute to forbid temporary instances of a type. This allows class | Jeffrey Yasskin |
2011-01-25 | Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleased | John McCall |