Age | Commit message (Expand) | Author |
2013-03-26 | [ms-cxxabi] Give the MS inheritance attributes a base class | Reid Kleckner |
2013-02-22 | Handle alignas(foo...) pack expansions. | Richard Smith |
2013-01-24 | PR14922: when printing an attribute, use the real syntax of the attribute (GN... | Michael Han |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2012-12-01 | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer |
2012-10-11 | Remove pointless classof()'s. | Sean Silva |
2012-08-16 | Don't constant-fold when pretty-printing alignment attribute. This fixes a | Richard Smith |
2012-07-09 | Inline storage of attributes in AttributedStmt. | Alexander Kornienko |
2012-06-09 | Fix the top-of-file comment in Attr.h to say that it's about attributes, not | James Dennett |
2012-05-01 | Remove the unused DestroyAttrs, noticed by Michael Han. | Douglas Gregor |
2012-03-07 | AST: fix build since r152060 | Dylan Noblesmith |
2012-01-20 | Delayed template instantiation of late-parsed attributes. | DeLesley Hutchins |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-11-19 | Add support for pretty-printing attributes, from Richard Membarth! | Douglas Gregor |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Fix missing includes for llvm_unreachable | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-13 | Keep the source range of attributes. Depends on a llvm tablegen commit. | Argyrios Kyrtzidis |
2011-09-13 | Record the full source range of an attribute. | Argyrios Kyrtzidis |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-20 | introduce a centralized place to introduce and inject llvm types into the | Chris Lattner |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-02 | Support a new InheritableAttr subclass, InheritableParamAttr, which is | John McCall |
2011-01-26 | Move InheritableAttr::isInherited to Attr | Peter Collingbourne |
2011-01-26 | Remove Attr::isMerged; it is not used any more and redundant with | Peter Collingbourne |
2011-01-21 | Generalise support for non-inheritable attributes | Peter Collingbourne |
2011-01-12 | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad |
2010-08-19 | Remove default argument from operator delete; per report on cfe-dev, fixes | Eli Friedman |
2010-08-19 | Add a missing initializer. | Sean Hunt |
2010-08-18 | Generate Attr subclasses with TableGen. | Sean Hunt |
2010-08-17 | Patch to add type parameter support for attribute iboutletcollection. | Fariborz Jahanian |
2010-08-12 | Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind ... | Jordy Rose |
2010-08-05 | Implement #pragma GCC visibility. | Eli Friedman |
2010-07-31 | After a lengthy design discussion, add support for "ownership attributes" for... | Ted Kremenek |
2010-07-25 | I lied. Kill off a few more Destroy methods | Douglas Gregor |
2010-06-25 | Implement dependent alignment attribute support. This is a bit gross given the | Chandler Carruth |
2010-06-22 | implement support for -finstrument-functions, patch by Nelson | Chris Lattner |
2010-06-18 | Implements Sema part of init_priority(priority) attribute | Fariborz Jahanian |
2010-06-16 | Implement first TD-based usage of attributes. | Sean Hunt |
2010-05-27 | AST: Add AlignMac68kAttr, not yet used. | Daniel Dunbar |
2010-05-27 | AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. | Daniel Dunbar |
2010-05-19 | Add clang support for IBOutletCollection. | Ted Kremenek |
2010-05-18 | Add support for Microsoft's __thiscall, from Steven Watanabe! | Douglas Gregor |
2010-02-23 | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola |
2010-02-18 | Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to | Ted Kremenek |
2010-02-17 | Change GNUInlineAttr definition to just use DEF_SIMPLE_ATTR. | Ted Kremenek |
2010-02-17 | Add IBAction attribute to keep the IBOutlet attribute company. | Ted Kremenek |
2010-02-11 | Use the allocator associated with ASTContext to allocate the args | Ted Kremenek |
2010-02-11 | Remove use of 'std::string' from Attr objects, using instead a byte | Ted Kremenek |
2010-02-10 | Add support for the force_align_arg_pointer attribute. This is an x86-specific | Charles Davis |