summaryrefslogtreecommitdiff
path: root/lib/AST/AttrImpl.cpp
Commit message (Expand)AuthorAge
* Refactor the Microsoft inheritance attribute handling so that it no longer ha...Aaron Ballman2013-12-18
* Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman2013-09-11
* [ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner2013-03-26
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* 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
* Instead of having a specific CXTranslationUnit_* option flag forDouglas Gregor2010-08-09
* Added vecreturn attribute parsing.John Thompson2010-08-09
* 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 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
* Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor2010-05-18
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-23
* Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes toTed Kremenek2010-02-18
* Add IBAction attribute to keep the IBOutlet attribute company.Ted Kremenek2010-02-17
* Fix re-allocation in AttrWithString::ReplaceString() to use the allocator ass...Ted Kremenek2010-02-11
* Use the allocator associated with ASTContext to allocate the argsTed Kremenek2010-02-11
* Remove use of 'std::string' from Attr objects, using instead a byteTed Kremenek2010-02-11
* Add support for the force_align_arg_pointer attribute. This is an x86-specificCharles Davis2010-02-10
* Make clone() method out-of-line for Attr classes.Anton Korobeynikov2010-01-10