summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/AttrImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud