summaryrefslogtreecommitdiffstats
path: root/lib/AST/AttrImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* Devirtualize Attr and all subclasses.Benjamin Kramer2015-03-191-7/+1
* Refactor the Microsoft inheritance attribute handling so that it no longer ha...Aaron Ballman2013-12-181-2/+0
* Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman2013-09-111-0/+1
* [ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner2013-03-261-0/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+4
* Generate Attr subclasses with TableGen.Sean Hunt2010-08-181-224/+3
* Patch to add type parameter support for attribute iboutletcollection.Fariborz Jahanian2010-08-171-1/+1
* Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind ...Jordy Rose2010-08-121-13/+9
* Instead of having a specific CXTranslationUnit_* option flag forDouglas Gregor2010-08-091-0/+1
* Added vecreturn attribute parsing.John Thompson2010-08-091-0/+1
* Implement #pragma GCC visibility.Eli Friedman2010-08-051-1/+1
* After a lengthy design discussion, add support for "ownership attributes" for...Ted Kremenek2010-07-311-0/+53
* I lied. Kill off a few more Destroy methodsDouglas Gregor2010-07-251-19/+1
* implement support for -finstrument-functions, patch by NelsonChris Lattner2010-06-221-0/+1
* Implements Sema part of init_priority(priority) attributeFariborz Jahanian2010-06-181-0/+4
* Implement first TD-based usage of attributes.Sean Hunt2010-06-161-2/+2
* AST: Add AlignMac68kAttr, not yet used.Daniel Dunbar2010-05-271-0/+1
* AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.Daniel Dunbar2010-05-271-2/+2
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-191-0/+4
* Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor2010-05-181-0/+1
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-231-2/+1
* Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes toTed Kremenek2010-02-181-22/+24
* Add IBAction attribute to keep the IBOutlet attribute company.Ted Kremenek2010-02-171-0/+4
* Fix re-allocation in AttrWithString::ReplaceString() to use the allocator ass...Ted Kremenek2010-02-111-1/+1
* Use the allocator associated with ASTContext to allocate the argsTed Kremenek2010-02-111-1/+17
* Remove use of 'std::string' from Attr objects, using instead a byteTed Kremenek2010-02-111-6/+40
* Add support for the force_align_arg_pointer attribute. This is an x86-specificCharles Davis2010-02-101-0/+1
* Make clone() method out-of-line for Attr classes.Anton Korobeynikov2010-01-101-0/+143