1. 69d6375 Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOnTranslationUnitScope() and make sure the type/struct get inserted into the translation unit scope. by Steve Naroff · 17 years ago
  2. 438757c avoid making implicit casts that just remove typedefs. by Chris Lattner · 17 years ago
  3. 2ae34ed pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 17 years ago
  4. 1e0a390 Move promoteExprToType from being a static method in SemaExpr.cpp to being by Chris Lattner · 17 years ago
  5. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  6. 540fc53 Limit type of foreach's element and collection to be a pointer to by Fariborz Jahanian · 17 years ago
  7. 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
  8. 4667ac3 generalize some of the conversion warnings. by Chris Lattner · 17 years ago
  9. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  10. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  11. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  12. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  13. 6c19a04 Initialize CurMethodDecl to 0. by Anders Carlsson · 17 years ago
  14. 89307ff by Steve Naroff · 17 years ago
  15. 1f64432 by Steve Naroff · 17 years ago
  16. 8ee529b by Steve Naroff · 17 years ago
  17. 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  18. fb1051b minor tweaks by Chris Lattner · 17 years ago
  19. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  20. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  21. 7e219e4 by Steve Naroff · 17 years ago
  22. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  23. 3b95017 by Steve Naroff · 17 years ago
  24. b216c88 by Steve Naroff · 17 years ago
  25. 394a3fd add actions for deleting expr/stmt nodes. by Chris Lattner · 17 years ago
  26. e0eb80a Moved id_asprintf before id_vsnprintf in the enum used for indexing by Ted Kremenek · 17 years ago
  27. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  28. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago