1. fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 16 years ago
  2. bc1c877 Semantics of @protocol attributes. by Fariborz Jahanian · 16 years ago
  3. af668b0 Add attribute always_inline support. by Daniel Dunbar · 16 years ago
  4. 7709182 Add parsing of the sentinel attribute. Still need to create the attribute. by Anders Carlsson · 16 years ago
  5. 9eae576 Finish pushing blocks attribute through the clang attribute machinery. by Steve Naroff · 16 years ago
  6. aa0d25b Add support for parsing the objc_gc attribute. Tests will come shortly. by Anders Carlsson · 16 years ago
  7. 3068ae0 Support __attribute__(({con,de}structor)) in Parse & Sema by Daniel Dunbar · 16 years ago
  8. f135e80 Use lowercase of attribute iboutlet to not conflict with the macro IBOutlet by Ted Kremenek · 16 years ago
  9. 96329d4 Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific attribute that the static analyzer will use to recognize what ivars are IBOutlets. by Ted Kremenek · 16 years ago
  10. d4cbda6 implement the alias attirbute (in both Sema and Codegen) by Nuno Lopes · 16 years ago
  11. 3c0eb16 Implementation of gcc mode attribute; this is significant because by Eli Friedman · 16 years ago
  12. 27ae6c6 initial support for recognizing __transparent_union__ attributes by Nuno Lopes · 16 years ago
  13. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  14. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Parse/AttributeList.cpp]
  15. 440b456 Add fastcall/stdcall attribute support by Nate Begeman · 16 years ago
  16. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 16 years ago
  17. 7e669b2 Add support for attribute(deprecated), patch by Nuno Lopes! by Chris Lattner · 16 years ago
  18. aecb383 Added support for attribute "noreturn." by Ted Kremenek · 16 years ago
  19. c398f0b Handle __attribute__((annotate("string"))) by Nate Begeman · 16 years ago
  20. 2335191 add a method to AttributeList that converts an identifier to an enum. by Chris Lattner · 16 years ago
  21. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  22. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  23. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago