summaryrefslogtreecommitdiff
path: root/include/clang/AST/Attr.h
Commit message (Expand)AuthorAge
* Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-...Aaron Ballman2014-05-01
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* Exposed a declarative way to specify that an attribute can be duplicated when...Aaron Ballman2014-01-20
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-16
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-26
* Refactor the Microsoft inheritance attribute handling so that it no longer ha...Aaron Ballman2013-12-18
* Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith2013-10-31
* Fix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR]Reid Kleckner2013-05-14
* [ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner2013-03-26
* Handle alignas(foo...) pack expansions.Richard Smith2013-02-22
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-24
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-01
* Remove pointless classof()'s.Sean Silva2012-10-11
* Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith2012-08-16
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-09
* Fix the top-of-file comment in Attr.h to say that it's about attributes, notJames Dennett2012-06-09
* Remove the unused DestroyAttrs, noticed by Michael Han.Douglas Gregor2012-05-01
* AST: fix build since r152060Dylan Noblesmith2012-03-07
* Delayed template instantiation of late-parsed attributes.DeLesley Hutchins2012-01-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Add support for pretty-printing attributes, from Richard Membarth!Douglas Gregor2011-11-19
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-23
* Fix missing includes for llvm_unreachableDavid Blaikie2011-09-23
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* Keep the source range of attributes. Depends on a llvm tablegen commit.Argyrios Kyrtzidis2011-09-13
* Record the full source range of an attribute.Argyrios Kyrtzidis2011-09-13
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* introduce a centralized place to introduce and inject llvm types into theChris Lattner2011-07-20
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-23
* Support a new InheritableAttr subclass, InheritableParamAttr, which isJohn McCall2011-03-02
* Move InheritableAttr::isInherited to AttrPeter Collingbourne2011-01-26
* Remove Attr::isMerged; it is not used any more and redundant withPeter Collingbourne2011-01-26
* Generalise support for non-inheritable attributesPeter Collingbourne2011-01-21
* PR3558: mark "logically const" accessor methods in ASTContext as const,Jay Foad2011-01-12
* Remove default argument from operator delete; per report on cfe-dev, fixesEli Friedman2010-08-19
* Add a missing initializer.Sean Hunt2010-08-19
* Generate Attr subclasses with TableGen.Sean Hunt2010-08-18
* Patch to add type parameter support for attribute iboutletcollection.Fariborz Jahanian2010-08-17
* Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind ...Jordy Rose2010-08-12
* Implement #pragma GCC visibility.Eli Friedman2010-08-05
* After a lengthy design discussion, add support for "ownership attributes" for...Ted Kremenek2010-07-31
* I lied. Kill off a few more Destroy methodsDouglas Gregor2010-07-25
* Implement dependent alignment attribute support. This is a bit gross given theChandler Carruth2010-06-25
* implement support for -finstrument-functions, patch by NelsonChris Lattner2010-06-22
* Implements Sema part of init_priority(priority) attributeFariborz Jahanian2010-06-18
* Implement first TD-based usage of attributes.Sean Hunt2010-06-16
* AST: Add AlignMac68kAttr, not yet used.Daniel Dunbar2010-05-27
* AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.Daniel Dunbar2010-05-27
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-19