1. be6df08 more cleanups changing things like getInstanceVariables to iterators. by Chris Lattner · 17 years ago
  2. ab4c4d5 resolve some fixmes and clean up some code by eliminating the get*Vars apis to some classes and use iterators instead. by Chris Lattner · 17 years ago
  3. 0157c51 start cleaning up interfaces for objc bits and pieces by switching to an by Chris Lattner · 17 years ago
  4. 7dd8283 Implemented when static typing is combined with protocols and use as receiver by Fariborz Jahanian · 17 years ago
  5. ec584d6 Fix a bug handling typedefs of functions, patch by Nuno Lopes! by Chris Lattner · 17 years ago
  6. a977636 simplify some code, add support for functions without a proto by Chris Lattner · 17 years ago
  7. e1e6c0d by Steve Naroff · 17 years ago
  8. 0330071 by Steve Naroff · 17 years ago
  9. 0416fb9 by Steve Naroff · 17 years ago
  10. c43d868 by Steve Naroff · 17 years ago
  11. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  12. 423cb56 by Steve Naroff · 17 years ago
  13. f908a87 by Steve Naroff · 17 years ago
  14. 60fccee by Steve Naroff · 17 years ago
  15. ff1afdb by Steve Naroff · 17 years ago
  16. 3d58138 by Steve Naroff · 17 years ago
  17. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  18. aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
  19. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  20. fd5de47 introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
  21. 5951965 More tab removal activity. by Fariborz Jahanian · 17 years ago
  22. 3f5faf7 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  23. 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  24. 6a8a9a4 by Steve Naroff · 17 years ago
  25. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  26. 980e508 by Steve Naroff · 17 years ago
  27. 89204a1 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
  28. d664ff7 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
  29. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  30. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  31. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  32. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  33. fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
  34. 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  35. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  36. e5ea380 Add const to debug hook... by Steve Naroff · 17 years ago
  37. 3f128ad by Steve Naroff · 17 years ago
  38. 7341c33 decl counting isn't implemented yet for objc. -stats probably crashes for it. by Chris Lattner · 17 years ago
  39. 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  40. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  41. 8e74c93 by Steve Naroff · 17 years ago
  42. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  43. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  44. 3536b44 by Steve Naroff · 17 years ago
  45. 6fa5f09 Fix "no newline at end of file" warnings. Patch contributed by by Chris Lattner · 17 years ago
  46. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago