1. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  2. a8fb24f Patch to add type parameter support for attribute iboutletcollection. by Fariborz Jahanian · 14 years ago
  3. 2a47992 Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind the way it's being used. Also fix isa<OwnershipAttr> support, break more-than-80-char lines, and other miscellaneous ownership attr cleanup. by Jordy Rose · 14 years ago
  4. b1c031b Instead of having a specific CXTranslationUnit_* option flag for by Douglas Gregor · 14 years ago
  5. 35cc962 Added vecreturn attribute parsing. by John Thompson · 14 years ago
  6. aa8b0d1 Implement #pragma GCC visibility. by Eli Friedman · 14 years ago
  7. dd0e490 After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! by Ted Kremenek · 14 years ago
  8. 1de22a2 I lied. Kill off a few more Destroy methods by Douglas Gregor · 14 years ago
  9. 7255a2d implement support for -finstrument-functions, patch by Nelson Elhage! by Chris Lattner · 14 years ago
  10. 521f12d Implements Sema part of init_priority(priority) attribute (radar 8076356) - wip. by Fariborz Jahanian · 14 years ago
  11. 387475d Implement first TD-based usage of attributes. by Sean Hunt · 14 years ago
  12. 4e9255f AST: Add AlignMac68kAttr, not yet used. by Daniel Dunbar · 14 years ago
  13. 8a2c92c AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 14 years ago
  14. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 14 years ago
  15. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 14 years ago
  16. 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 14 years ago
  17. 31c780d Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to by Ted Kremenek · 14 years ago
  18. efbddd2 Add IBAction attribute to keep the IBOutlet attribute company. by Ted Kremenek · 14 years ago
  19. e2f769b Fix re-allocation in AttrWithString::ReplaceString() to use the allocator assosciated with ASTContext. by Ted Kremenek · 14 years ago
  20. 5961611 Use the allocator associated with ASTContext to allocate the args by Ted Kremenek · 14 years ago
  21. 3d2c43e Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 14 years ago
  22. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 14 years ago
  23. fc5d513 Make clone() method out-of-line for Attr classes. by Anton Korobeynikov · 15 years ago