1. 87f3ff0 Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolver and the Scope. by Argyrios Kyrtzidis · 16 years ago
  2. d6a07aa Add class and super class location info to ObjCInterfaceDecl... by Steve Naroff · 16 years ago
  3. 7f925cc Switch sema to maintaining its own scope chain information for variable by Chris Lattner · 16 years ago
  4. b048c98 This patch contains these changes: by Chris Lattner · 17 years ago
  5. 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 17 years ago
  6. 0e77ba0 Add create methods for ObjCIvarDecl and ObjCInterfaceDecl by Chris Lattner · 17 years ago
  7. 8e25d86 switch the rest of the C decl classes to do their by Chris Lattner · 17 years ago
  8. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Sema/Sema.cpp]
  9. c63e660 move the ASTContext argument to be first in the argument list of by Chris Lattner · 17 years ago
  10. 6c2b6eb start switching decls over to using an allocator controlled by ASTContext. by Chris Lattner · 17 years ago
  11. 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
  12. 438757c avoid making implicit casts that just remove typedefs. by Chris Lattner · 17 years ago
  13. 2ae34ed pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 17 years ago
  14. 1e0a390 Move promoteExprToType from being a static method in SemaExpr.cpp to being by Chris Lattner · 17 years ago
  15. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  16. 540fc53 Limit type of foreach's element and collection to be a pointer to by Fariborz Jahanian · 17 years ago
  17. 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
  18. 4667ac3 generalize some of the conversion warnings. by Chris Lattner · 17 years ago
  19. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  20. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  21. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  22. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  23. 6c19a04 Initialize CurMethodDecl to 0. by Anders Carlsson · 17 years ago
  24. 89307ff by Steve Naroff · 17 years ago
  25. 1f64432 by Steve Naroff · 17 years ago
  26. 8ee529b by Steve Naroff · 17 years ago
  27. 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  28. fb1051b minor tweaks by Chris Lattner · 17 years ago
  29. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  30. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  31. 7e219e4 by Steve Naroff · 17 years ago
  32. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  33. 3b95017 by Steve Naroff · 17 years ago
  34. b216c88 by Steve Naroff · 17 years ago
  35. 394a3fd add actions for deleting expr/stmt nodes. by Chris Lattner · 17 years ago
  36. e0eb80a Moved id_asprintf before id_vsnprintf in the enum used for indexing by Ted Kremenek · 17 years ago
  37. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  38. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago