1. 8a2c92c AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 14 years ago
  2. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 14 years ago
  3. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 14 years ago
  4. 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 · 15 years ago
  5. 31c780d Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to by Ted Kremenek · 15 years ago
  6. efbddd2 Add IBAction attribute to keep the IBOutlet attribute company. by Ted Kremenek · 15 years ago
  7. e2f769b Fix re-allocation in AttrWithString::ReplaceString() to use the allocator assosciated with ASTContext. by Ted Kremenek · 15 years ago
  8. 5961611 Use the allocator associated with ASTContext to allocate the args by Ted Kremenek · 15 years ago
  9. 3d2c43e Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 15 years ago
  10. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 15 years ago
  11. fc5d513 Make clone() method out-of-line for Attr classes. by Anton Korobeynikov · 15 years ago