1. 8f823d2 sink abstract typedefs like Action::ExprTy from the Action class by Chris Lattner · 16 years ago
  2. b725232 Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows by Ted Kremenek · 16 years ago
  3. ee76033 Besides the warning, issue unsupported diagnostics in by Fariborz Jahanian · 16 years ago
  4. 6e775db Add Parse/Sema support for weak_import attribute. by Daniel Dunbar · 16 years ago
  5. 005b235 don't new[] an empty array when an AttributeList has by Chris Lattner · 16 years ago
  6. b2d2b40 gcc spells it "warn_unused_result" (already supported) not "warnunusedresult" by Chris Lattner · 16 years ago
  7. d35fd5d just ignore hte format_arg attribute for now, it doesn't have any semantic implications. by Chris Lattner · 16 years ago
  8. 0db29ec add parser and type checking support for attribute((objc_exception)). by Chris Lattner · 16 years ago
  9. 026dc96 Several related changes: by Chris Lattner · 16 years ago
  10. c41ec23 Don't ignore the const attribute - we even have CG support for that. Do ignore the malloc attribute however. by Anders Carlsson · 16 years ago
  11. 56aa2fa ignore the const attribute for now. by Chris Lattner · 16 years ago
  12. b805dad Sema/AST support for attribute used. Patch by Anders Johnson (with small tweaks & test case)! by Daniel Dunbar · 16 years ago
  13. 05f8e47 Add a new Ignored attribute type, and use it for may_alias. by Anders Carlsson · 16 years ago
  14. d87df37 Add sema support for the nodebug attribute. by Anders Carlsson · 17 years ago
  15. 17f194f Support __attribute__(section(<name>)) by Daniel Dunbar · 17 years ago
  16. f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 17 years ago
  17. ab197ba Implement Declarator::getSourceRange(). by Sebastian Redl · 17 years ago
  18. f6e35d0 Add sema support for the cleanup attribute. by Anders Carlsson · 17 years ago
  19. fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 17 years ago
  20. bc1c877 Semantics of @protocol attributes. by Fariborz Jahanian · 17 years ago
  21. af668b0 Add attribute always_inline support. by Daniel Dunbar · 17 years ago
  22. 7709182 Add parsing of the sentinel attribute. Still need to create the attribute. by Anders Carlsson · 17 years ago
  23. 9eae576 Finish pushing blocks attribute through the clang attribute machinery. by Steve Naroff · 17 years ago
  24. aa0d25b Add support for parsing the objc_gc attribute. Tests will come shortly. by Anders Carlsson · 17 years ago
  25. 3068ae0 Support __attribute__(({con,de}structor)) in Parse & Sema by Daniel Dunbar · 17 years ago
  26. f135e80 Use lowercase of attribute iboutlet to not conflict with the macro IBOutlet by Ted Kremenek · 17 years ago
  27. 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 · 17 years ago
  28. d4cbda6 implement the alias attirbute (in both Sema and Codegen) by Nuno Lopes · 17 years ago
  29. 3c0eb16 Implementation of gcc mode attribute; this is significant because by Eli Friedman · 17 years ago
  30. 27ae6c6 initial support for recognizing __transparent_union__ attributes by Nuno Lopes · 17 years ago
  31. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 17 years ago
  32. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Parse/AttributeList.cpp]
  33. 440b456 Add fastcall/stdcall attribute support by Nate Begeman · 17 years ago
  34. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
  35. 7e669b2 Add support for attribute(deprecated), patch by Nuno Lopes! by Chris Lattner · 17 years ago
  36. aecb383 Added support for attribute "noreturn." by Ted Kremenek · 17 years ago
  37. c398f0b Handle __attribute__((annotate("string"))) by Nate Begeman · 17 years ago
  38. 2335191 add a method to AttributeList that converts an identifier to an enum. by Chris Lattner · 17 years ago
  39. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  40. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 18 years ago
  41. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago