1. e8d1c05 Added support for rewriting of continue/break statements inside ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  2. e9b1219 by Steve Naroff · 17 years ago
  3. 8800742 Avoid redefinition of __objcFastEnumerationState by Fariborz Jahanian · 17 years ago
  4. 531a1ea Put return type of synthesize method on same line as method declaration, space after method declaration header. by Fariborz Jahanian · 17 years ago
  5. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  6. 88f50f3 Type-cast RHS of assignment to prevent warning compiling rewritten foreach code. by Fariborz Jahanian · 17 years ago
  7. 3f76f2a Fixed a bug whereby a parethesized collection expression was not being rewritten correctly. by Fariborz Jahanian · 17 years ago
  8. e84b040 Typo fixed. by Fariborz Jahanian · 17 years ago
  9. 33b9c4e Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  10. 10d24f0 Patch to start rewriting of ObjC2's foreach statement (work in progress). by Fariborz Jahanian · 17 years ago
  11. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  12. 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  13. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  14. eb44eee remove use of alloca. by Chris Lattner · 17 years ago
  15. d0fa109 Unbreak mingw build by Anton Korobeynikov · 17 years ago
  16. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  17. 23ae091 by Steve Naroff · 17 years ago
  18. 5ca4020 by Steve Naroff · 17 years ago
  19. d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  20. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  21. c6e2c2a Also fixed similar regression for class methods, as well as more indentations. by Fariborz Jahanian · 17 years ago
  22. fc591ac Fixed a regression caused by refactoring of some meta-data generation routines using iteratgors. by Fariborz Jahanian · 17 years ago
  23. 58dbdeb by Steve Naroff · 17 years ago
  24. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  25. be6df08 more cleanups changing things like getInstanceVariables to iterators. by Chris Lattner · 17 years ago
  26. 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
  27. 291e04b 80-column please. by Fariborz Jahanian · 17 years ago
  28. 61477f7 Implemented rewriting of protocol-qualified global variable types. by Fariborz Jahanian · 17 years ago
  29. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  30. e66894c Refactor Rewritetest::RewriteObjcQualifiedInterfaceTypes in preparation for more by Fariborz Jahanian · 17 years ago
  31. 75ae776 by Steve Naroff · 17 years ago
  32. 7dd8283 Implemented when static typing is combined with protocols and use as receiver by Fariborz Jahanian · 17 years ago
  33. 36ee2cb Patch for rewriting of @protocol. by Fariborz Jahanian · 17 years ago
  34. 9bcb5fc by Steve Naroff · 17 years ago
  35. d0ee6f9 On Steve's suggestion, moved handling of use of undeclared method in a message by Fariborz Jahanian · 17 years ago
  36. b26d713 by Steve Naroff · 17 years ago
  37. 7127431 Changed type-cast of "struct objc_super"'s 2nd initializer to match definition of by Fariborz Jahanian · 17 years ago
  38. 3cadd03 by Steve Naroff · 17 years ago
  39. ceee3e8 Type-cast initializers for "struct objc_super" parameter to avoid warning. by Fariborz Jahanian · 17 years ago
  40. a70711b Don't assert if objc.h not declared when rewriting. by Fariborz Jahanian · 17 years ago
  41. 04b3824 Removed a "TODO" comment as objc1 runtime does not need to do the "TODO". by Fariborz Jahanian · 17 years ago
  42. 2c1e9c7 Change <Objc/objc.h> to <objc/objc.h> by Fariborz Jahanian · 17 years ago
  43. 87ce5d1 Fixed a bug exposed by referencing an ivar field using component reference syntax. by Fariborz Jahanian · 17 years ago
  44. acb4977 Support for rewriteing of messaging of methods which return float. by Fariborz Jahanian · 17 years ago
  45. 80a6a5a Added support for messagings which return a structure-value. by Fariborz Jahanian · 17 years ago
  46. 26de465 fix a crash when the rewriter would scan off the beginning of the file. by Chris Lattner · 17 years ago
  47. 182745a add support for custom client-specific diagnostics. As a testcase, make the by Chris Lattner · 17 years ago
  48. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  49. e365c50 pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
  50. ebe668f Fixed a rewrite bug in class synthesis (which I first thought was a rewrite API bug). by Fariborz Jahanian · 17 years ago
  51. 2c7038b Patch to fix a regression caused by recent rewrite changes. by Fariborz Jahanian · 17 years ago
  52. f624870 by Steve Naroff · 17 years ago
  53. 335eafa by Steve Naroff · 17 years ago
  54. c2a689b by Steve Naroff · 17 years ago
  55. c3a438c by Steve Naroff · 17 years ago
  56. 874e232 by Steve Naroff · 17 years ago
  57. 7e3411b by Steve Naroff · 17 years ago
  58. 322f4d3 by Steve Naroff · 17 years ago
  59. 6568d4d by Steve Naroff · 17 years ago
  60. 5086a8d by Steve Naroff · 17 years ago
  61. df6a51b Fix a rewriter bug that steve noticed. Don't skip arbitrary things by Chris Lattner · 17 years ago
  62. 9567392 Patch to comment out use of protocol qualifiers when rewriting ivars. by Fariborz Jahanian · 17 years ago
  63. fea763e8 by Steve Naroff · 17 years ago
  64. fde1857 Removed unused variabel. by Fariborz Jahanian · 17 years ago
  65. 8cc764c by Steve Naroff · 17 years ago
  66. 1d098f6 by Steve Naroff · 17 years ago
  67. b7fa992 by Steve Naroff · 17 years ago
  68. b82b3ea Rewrite @optional/@required directives used inside protocol definitions. by Fariborz Jahanian · 17 years ago
  69. d175ddf Rewrite of forward protocol declaration. by Fariborz Jahanian · 17 years ago
  70. 71c0a95 by Steve Naroff · 17 years ago
  71. bac97d4 Fixed a rewrite of metadata bug when category implementation has no matching interface. by Fariborz Jahanian · 17 years ago
  72. b7908b5 Populate metadata with adrress of method code. by Fariborz Jahanian · 17 years ago
  73. 66d6b29 Rewrite of method definitions in categories. by Fariborz Jahanian · 17 years ago
  74. 7a3279d Order of methods are OK and generated .c file can be compiled. by Fariborz Jahanian · 17 years ago
  75. 48a0b6a First patch in rewrie of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  76. 0330071 by Steve Naroff · 17 years ago
  77. 0416fb9 by Steve Naroff · 17 years ago
  78. f3473a7 by Steve Naroff · 17 years ago
  79. 3217482 by Steve Naroff · 17 years ago
  80. 9698464 by Steve Naroff · 17 years ago
  81. 28d1fe8 use insert instead of replacing 0 bytes with text :) by Chris Lattner · 17 years ago
  82. 74a0c77 use std::copy instead of memcpy for abstraction. by Chris Lattner · 17 years ago
  83. 21867b1 by Steve Naroff · 17 years ago
  84. 4402d81 Emit objective-c's meta-data at the end of rewriting to stdout. by Fariborz Jahanian · 17 years ago
  85. 2bd0392 by Steve Naroff · 17 years ago
  86. 7573098 by Steve Naroff · 17 years ago
  87. 957cf65 Rewrite for properties. by Fariborz Jahanian · 17 years ago
  88. 909f02a Misc. fixes. 1) Resurrect meta-data generation turned off by a previous patch. by Fariborz Jahanian · 17 years ago
  89. e3abbf5 by Steve Naroff · 17 years ago
  90. b42f841 by Steve Naroff · 17 years ago
  91. 352336b by Steve Naroff · 17 years ago
  92. f11b7d0 by Steve Naroff · 17 years ago
  93. ab972d3 by Steve Naroff · 17 years ago
  94. beaf299 by Steve Naroff · 17 years ago
  95. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  96. 0496005 by Steve Naroff · 17 years ago
  97. d5255f5 by Steve Naroff · 17 years ago
  98. 6c6a2db by Steve Naroff · 17 years ago
  99. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  100. 212b768 Fixed a bug exposed by fixing the assert in previous patch (one of the tests asserted). by Fariborz Jahanian · 17 years ago