aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/AttrImpl.cpp
AgeCommit message (Expand)Author
2013-03-26[ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2010-08-18Generate Attr subclasses with TableGen.Sean Hunt
2010-08-17Patch to add type parameter support for attribute iboutletcollection.Fariborz Jahanian
2010-08-12Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind ...Jordy Rose
2010-08-09Instead of having a specific CXTranslationUnit_* option flag forDouglas Gregor
2010-08-09Added vecreturn attribute parsing.John Thompson
2010-08-05Implement #pragma GCC visibility.Eli Friedman
2010-07-31After a lengthy design discussion, add support for "ownership attributes" for...Ted Kremenek
2010-07-25I lied. Kill off a few more Destroy methodsDouglas Gregor
2010-06-22implement support for -finstrument-functions, patch by NelsonChris Lattner
2010-06-18Implements Sema part of init_priority(priority) attributeFariborz Jahanian
2010-06-16Implement first TD-based usage of attributes.Sean Hunt
2010-05-27AST: Add AlignMac68kAttr, not yet used.Daniel Dunbar
2010-05-27AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.Daniel Dunbar
2010-05-19Add clang support for IBOutletCollection.Ted Kremenek
2010-05-18Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor
2010-02-23Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola
2010-02-18Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes toTed Kremenek
2010-02-17Add IBAction attribute to keep the IBOutlet attribute company.Ted Kremenek
2010-02-11Fix re-allocation in AttrWithString::ReplaceString() to use the allocator ass...Ted Kremenek
2010-02-11Use the allocator associated with ASTContext to allocate the argsTed Kremenek
2010-02-11Remove use of 'std::string' from Attr objects, using instead a byteTed Kremenek
2010-02-10Add support for the force_align_arg_pointer attribute. This is an x86-specificCharles Davis
2010-01-10Make clone() method out-of-line for Attr classes.Anton Korobeynikov