1. eefc418 by Steve Naroff · 17 years ago
  2. 0332b6c Return NULL on invalid protocol. by Fariborz Jahanian · 17 years ago
  3. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  4. 60c5218 The identifier shouldn't be added to the scope, the decl should. by Chris Lattner · 17 years ago
  5. f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
  6. f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
  7. 6a0e89e switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago
  8. fd5de47 introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
  9. 7e62072 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
  10. b97de3e simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
  11. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  12. 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  13. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  14. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  15. 3f5faf7 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  16. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  17. 3a165b0 by Steve Naroff · 17 years ago
  18. 79139a1 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  19. 37e58d1 by Steve Naroff · 17 years ago
  20. 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  21. a5997c4 by Steve Naroff · 17 years ago
  22. 768f26e by Steve Naroff · 17 years ago
  23. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  24. 6a8a9a4 by Steve Naroff · 17 years ago
  25. 6019903 ObjcCategoryDecl Does not subclass from ScopedDecl any more. by Fariborz Jahanian · 17 years ago
  26. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  27. 980e508 by Steve Naroff · 17 years ago
  28. 89204a1 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
  29. 5c0fa30 Fix a bug I just introduced. by Chris Lattner · 17 years ago
  30. b7f4f2a simplify an expression by Chris Lattner · 17 years ago
  31. 3a63da7 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
  32. 8c74fa4 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 17 years ago
  33. 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
  34. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  35. bcfb06a by Steve Naroff · 17 years ago
  36. 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  37. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  38. 271f1a6 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
  39. 68d331a by Steve Naroff · 17 years ago
  40. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  41. 0da1c10 Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
  42. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  43. b27c156 This patch adds to new things to clang: by Fariborz Jahanian · 17 years ago
  44. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  45. bd51b87 Handle forward declaration of classes and prevent re-instantiation of by Fariborz Jahanian · 17 years ago
  46. 1d5b0e3 Match to do some semantic analysis on objective-c class decl. by Fariborz Jahanian · 17 years ago
  47. 21d5a95 by Steve Naroff · 17 years ago
  48. 2cc62aa by Steve Naroff · 17 years ago
  49. 660fa00 Remove alloca import... by Steve Naroff · 17 years ago
  50. 563477d by Steve Naroff · 17 years ago
  51. fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
  52. 2f94f3c alloca.h doesn't exist on Windows. by Hartmut Kaiser · 17 years ago
  53. 7ffc9ed alloca.h is needed on Solaris by Gabor Greif · 17 years ago
  54. 0093359 Uses more description name for method implementation kind argument. by Fariborz Jahanian · 17 years ago
  55. 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  56. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  57. 37387c9 by Steve Naroff · 17 years ago
  58. 3f128ad by Steve Naroff · 17 years ago
  59. 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  60. 08d92e4 by Steve Naroff · 17 years ago
  61. f13271f by Steve Naroff · 17 years ago
  62. 7421664 by Steve Naroff · 17 years ago
  63. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  64. e267ab6 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
  65. f38661e by Steve Naroff · 17 years ago
  66. 9474504 by Steve Naroff · 17 years ago
  67. 8e74c93 by Steve Naroff · 17 years ago
  68. 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  69. c752d04 by Steve Naroff · 17 years ago
  70. 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  71. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  72. bb20469 by Steve Naroff · 17 years ago
  73. 4473921 by Steve Naroff · 17 years ago
  74. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  75. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  76. 3536b44 by Steve Naroff · 17 years ago
  77. 7cf8c44 by Steve Naroff · 17 years ago
  78. 9e8925e by Steve Naroff · 17 years ago
  79. 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  80. 371227d by Steve Naroff · 17 years ago
  81. d35005e by Steve Naroff · 17 years ago
  82. 38374b0 by Steve Naroff · 17 years ago
  83. 6f9f307 More semantic analysis of initializers. by Steve Naroff · 17 years ago
  84. f009063 by Steve Naroff · 17 years ago
  85. d7444aa by Steve Naroff · 17 years ago
  86. 42471f8 by Steve Naroff · 17 years ago
  87. fb22d96 by Steve Naroff · 17 years ago
  88. b7f6e08 Implement GCC-compatible layout and typing of enum constants and enum decl. by Chris Lattner · 17 years ago
  89. e9ca851 Fix a null dereference Neil ran into by Chris Lattner · 17 years ago
  90. 5912a35 by Steve Naroff · 17 years ago
  91. 53a3234 by Steve Naroff · 17 years ago
  92. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  93. 98e0863 fix 80 col violation by Chris Lattner · 17 years ago
  94. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago
  95. 211a30e add a diagnostic: by Chris Lattner · 17 years ago
  96. e37f0be move a todo by Chris Lattner · 17 years ago
  97. e1223f7 by Steve Naroff · 17 years ago
  98. 421a23d Fix a few enum-related fixme's by Chris Lattner · 17 years ago
  99. b7416f9 better error recovery for non-i-c-e enum constants. by Chris Lattner · 17 years ago
  100. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago