1. 7379889 Implemented Sema support for attribute "unused". by Ted Kremenek · 16 years ago
  2. 6e1eb87 Use llvm::utostr_32 instead of ostringstream. by Ted Kremenek · 16 years ago
  3. 465172f Add test case for nonnull attribute. Fix indexing bug. by Ted Kremenek · 16 years ago
  4. eb2b2a3 Added sema support for the nonnull attribute. Will add test cases soon. by Ted Kremenek · 16 years ago
  5. 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
  6. 803d080 make the rest of the decl attribute processing methods be by Chris Lattner · 16 years ago
  7. 0b2f4da make most of Sema public. Sema is a class private to the Sema library by Chris Lattner · 16 years ago
  8. 0744e5f move a few methods, no other change. by Chris Lattner · 16 years ago
  9. 0bf29ad handle type attributes when converting types, not when processing decls. by Chris Lattner · 16 years ago
  10. e5c5ee1 Make ProcessDeclAttributes walk the declarator structure pulling by Chris Lattner · 16 years ago
  11. 3ff30c8 move some code from all callers of ProcessDeclAttributes into by Chris Lattner · 16 years ago
  12. f2e4bd5 more attribute refactoring/renaming, no functionality change. by Chris Lattner · 16 years ago
  13. 49e2d34 more minor tidiness. by Chris Lattner · 16 years ago
  14. 065c5a8 more cleanups, refactor HandleVectorTypeAttribute by Chris Lattner · 16 years ago
  15. 545dd34 adjust the prototypes of a bunch of decl processing methods to take by Chris Lattner · 16 years ago
  16. fbf1347 the 'mode' attribute is a decl attribute, not a type attribute. Move it to by Chris Lattner · 16 years ago
  17. 6b6b537 move decl attribute processing to a new SemaDeclAttr.cpp. by Chris Lattner · 16 years ago