1. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  2. e4858a6 More #include cleaning by Daniel Dunbar · 16 years ago
  3. 12bc692 Minor #include cleaning by Daniel Dunbar · 16 years ago
  4. 356b63a attribute "unused" also applies to functions. by Ted Kremenek · 16 years ago
  5. 3068ae0 Support __attribute__(({con,de}structor)) in Parse & Sema by Daniel Dunbar · 16 years ago
  6. b77792e change more instances of QualType::getCanonicalType to call by Chris Lattner · 16 years ago
  7. 7379889 Implemented Sema support for attribute "unused". by Ted Kremenek · 16 years ago
  8. 6e1eb87 Use llvm::utostr_32 instead of ostringstream. by Ted Kremenek · 16 years ago
  9. 465172f Add test case for nonnull attribute. Fix indexing bug. by Ted Kremenek · 16 years ago
  10. eb2b2a3 Added sema support for the nonnull attribute. Will add test cases soon. by Ted Kremenek · 16 years ago
  11. 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
  12. 803d080 make the rest of the decl attribute processing methods be by Chris Lattner · 16 years ago
  13. 0b2f4da make most of Sema public. Sema is a class private to the Sema library by Chris Lattner · 16 years ago
  14. 0744e5f move a few methods, no other change. by Chris Lattner · 16 years ago
  15. 0bf29ad handle type attributes when converting types, not when processing decls. by Chris Lattner · 16 years ago
  16. e5c5ee1 Make ProcessDeclAttributes walk the declarator structure pulling by Chris Lattner · 16 years ago
  17. 3ff30c8 move some code from all callers of ProcessDeclAttributes into by Chris Lattner · 16 years ago
  18. f2e4bd5 more attribute refactoring/renaming, no functionality change. by Chris Lattner · 16 years ago
  19. 49e2d34 more minor tidiness. by Chris Lattner · 16 years ago
  20. 065c5a8 more cleanups, refactor HandleVectorTypeAttribute by Chris Lattner · 16 years ago
  21. 545dd34 adjust the prototypes of a bunch of decl processing methods to take by Chris Lattner · 16 years ago
  22. fbf1347 the 'mode' attribute is a decl attribute, not a type attribute. Move it to by Chris Lattner · 16 years ago
  23. 6b6b537 move decl attribute processing to a new SemaDeclAttr.cpp. by Chris Lattner · 16 years ago