1. c4856a6 handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
  2. 60476ff Improve function decl merging, patch by Oliver Hunt! by Chris Lattner · 17 years ago
  3. edafc0b by Steve Naroff · 17 years ago
  4. 3340c23 by Steve Naroff · 17 years ago
  5. 29fe746 by Steve Naroff · 17 years ago
  6. 4fbfb45 by Steve Naroff · 17 years ago
  7. 82bb479 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
  8. 84079d7 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  9. 2240f54 Rename Sema method to follow class naming convention by Nate Begeman · 17 years ago
  10. a645d87 Patch to set context (interface, category, etc.) in which method is declared. by Fariborz Jahanian · 17 years ago
  11. 3123363 by Steve Naroff · 17 years ago
  12. 8ec45b5 by Steve Naroff · 17 years ago
  13. dd2e26c by Steve Naroff · 17 years ago
  14. e25dc13 by Steve Naroff · 17 years ago
  15. fa63d9d by Steve Naroff · 17 years ago
  16. 434fa8d by Steve Naroff · 17 years ago
  17. 99ee430 by Steve Naroff · 17 years ago
  18. b82c50f by Steve Naroff · 17 years ago
  19. b1c7ad9 by Steve Naroff · 17 years ago
  20. 642bcba Fixed a bug which exposed the internally built type to user code. by Fariborz Jahanian · 17 years ago
  21. 92053fd Minor code clean up in method def area. by Fariborz Jahanian · 17 years ago
  22. e6f59f1 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  23. ff746bc Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  24. 8473b22 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  25. ea86cb8 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
  26. dfb1c37 First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  27. d8df6d8 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  28. 1470b07 improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
  29. f9167d1 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
  30. 65e7eb5 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  31. f616a24 Propagate bitfield info. by Devang Patel · 17 years ago
  32. 2fd0daa 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  33. 8709373 Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  34. ae84af8 by Steve Naroff · 17 years ago
  35. c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  36. 2e09e44 Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
  37. 77470dc minor tweaks by Chris Lattner · 17 years ago
  38. c0e96dd Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
  39. 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  40. 667f168 by Steve Naroff · 17 years ago
  41. 1ccf463 by Steve Naroff · 17 years ago
  42. ef20ed3 by Steve Naroff · 17 years ago
  43. 1a7fa7b by Steve Naroff · 17 years ago
  44. 3774dd9 by Steve Naroff · 17 years ago
  45. 09d26e5 This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
  46. f31a2fb Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
  47. bc8c52e by Steve Naroff · 17 years ago
  48. 45d52f7 Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
  49. 2edd56e by Steve Naroff · 17 years ago
  50. 855d78d Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago
  51. 6fe8b27 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  52. 080f3d0 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
  53. 171f5b1 by Steve Naroff · 17 years ago
  54. 134c350 by Steve Naroff · 17 years ago
  55. 3676033 Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  56. d4e36e4 Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
  57. f66d84a by Steve Naroff · 17 years ago
  58. 8255b04 by Steve Naroff · 17 years ago
  59. cebb8d6 Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  60. d376f08 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
  61. 550e050 Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
  62. 8eaeff5 Fixed typo in comment. by Fariborz Jahanian · 17 years ago
  63. dc36dc1 Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
  64. a4da5f6 by Steve Naroff · 17 years ago
  65. 23f968b Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  66. 05d212a This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  67. fb5b1e8 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
  68. 91193f6 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  69. 71c0111 Fix 80 col violations. by Chris Lattner · 17 years ago
  70. 7aeeda0 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  71. ee1de13 by Steve Naroff · 17 years ago
  72. 415c183 by Steve Naroff · 17 years ago
  73. 9637a9b by Steve Naroff · 17 years ago
  74. c53cc70 Minor code clean up to make it more readable. by Fariborz Jahanian · 17 years ago
  75. ac142de Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
  76. ea14870 rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  77. b3240c7 Prevent memory leak by not creating a category object when there is a by Fariborz Jahanian · 17 years ago
  78. 7711ee3 by Steve Naroff · 17 years ago
  79. 1c4c35e Return NULL on invalid protocol. by Fariborz Jahanian · 17 years ago
  80. 2fd1c65 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  81. 680f705 The identifier shouldn't be added to the scope, the decl should. by Chris Lattner · 17 years ago
  82. 64610dd simplify some Selector interfaces. by Chris Lattner · 17 years ago
  83. a7a191c move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
  84. 79b0084 switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago
  85. 910435b introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
  86. 2443d91 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
  87. 6b1ed8d simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
  88. a096e1d This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  89. 48ed6f8 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  90. 67907bd Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  91. 37c9c61 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  92. cbc36d4 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  93. fa601d5 Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  94. 25aace8 by Steve Naroff · 17 years ago
  95. 78adb39 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  96. b4dfe36 by Steve Naroff · 17 years ago
  97. 1c095a7 Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  98. 89529b1 by Steve Naroff · 17 years ago
  99. f4bc79a by Steve Naroff · 17 years ago
  100. d3952f3 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago