1. 232220c Patch to do statically typed ivar references. by Fariborz Jahanian · 17 years ago
  2. e1e6c0d by Steve Naroff · 17 years ago
  3. cffff84 Minor twik for when there is no super class and 'super' is errornously used. by Fariborz Jahanian · 17 years ago
  4. 0523aaf 'super' nailed. by Fariborz Jahanian · 17 years ago
  5. bd278bc by Steve Naroff · 17 years ago
  6. 1150821 by Steve Naroff · 17 years ago
  7. ec0aa78 In Stmt serialization, renamed directEmit to EmitImpl and by Ted Kremenek · 17 years ago
  8. 027282d by Steve Naroff · 17 years ago
  9. 7779db4 by Steve Naroff · 17 years ago
  10. 0330071 by Steve Naroff · 17 years ago
  11. d2baa9e by Steve Naroff · 17 years ago
  12. 0755aba by Steve Naroff · 17 years ago
  13. eaf5f41 by Steve Naroff · 17 years ago
  14. 6649992 by Steve Naroff · 17 years ago
  15. d6d054d by Steve Naroff · 17 years ago
  16. 409be83 by Steve Naroff · 17 years ago
  17. 7c24915 by Steve Naroff · 17 years ago
  18. 0416fb9 by Steve Naroff · 17 years ago
  19. d848a38 by Steve Naroff · 17 years ago
  20. c43d868 by Steve Naroff · 17 years ago
  21. 8f2c735 Fixed a bug which exposed the internally built type to user code. by Fariborz Jahanian · 17 years ago
  22. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  23. f68a63f by Steve Naroff · 17 years ago
  24. 39d0a27 by Steve Naroff · 17 years ago
  25. 439d28c Minor code clean up in method def area. by Fariborz Jahanian · 17 years ago
  26. 60fbca0 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  27. eae5cd0 Changed the serialization of IdentifierTable to only serialize out entries by Ted Kremenek · 17 years ago
  28. 7a1f4db Modifed the test serialization driver to... by Ted Kremenek · 17 years ago
  29. 18807d2 rename getInstantiationLoc to match the scheme of isPhysicalLoc. by Chris Lattner · 17 years ago
  30. b7489d8 change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
  31. 360300c Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  32. 7964c9f Updated VC++ build system by Hartmut Kaiser · 17 years ago
  33. 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  34. 3560002 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
  35. f3473a7 by Steve Naroff · 17 years ago
  36. 5d37e32 by Steve Naroff · 17 years ago
  37. 3217482 by Steve Naroff · 17 years ago
  38. 3b0eff8 Changed method call to reflect updated serialization API. by Ted Kremenek · 17 years ago
  39. 306d68f First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  40. 21d1aed remove some temporary code. by Chris Lattner · 17 years ago
  41. fab21b6 add a getAtOffset() member to simplify some code. by Chris Lattner · 17 years ago
  42. 93a9ab4 Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit by Ted Kremenek · 17 years ago
  43. 474b29e add a fixme. by Chris Lattner · 17 years ago
  44. 3585fca significantly simplify the implementation of RewriteRope by changing the by Chris Lattner · 17 years ago
  45. f9ed315 Refactored parsing of main function body for reuse by objective-c methods. by Fariborz Jahanian · 17 years ago
  46. 6969fd4 improve MakeRopeString to avoid doing a malloc for every 2-character string by Chris Lattner · 17 years ago
  47. ca305a0 Simplify interface to MakeRopeString. by Chris Lattner · 17 years ago
  48. 3ef5bc0 Fix backwards assert. by Chris Lattner · 17 years ago
  49. aa33763 Implemented serialization of AddrLabelExpr. by Ted Kremenek · 17 years ago
  50. 9698464 by Steve Naroff · 17 years ago
  51. 8b0c2f6 Add a new RewriteRope data structure which is a smarter way to represent the text by Chris Lattner · 17 years ago
  52. cdd808e abstract out buffer type a bit better by Chris Lattner · 17 years ago
  53. 28d1fe8 use insert instead of replacing 0 bytes with text :) by Chris Lattner · 17 years ago
  54. d425a27 minor cleanups by Chris Lattner · 17 years ago
  55. 74a0c77 use std::copy instead of memcpy for abstraction. by Chris Lattner · 17 years ago
  56. 116c089 Fix a rewriter bug that fariborz hit, when an @interface was the very very very by Chris Lattner · 17 years ago
  57. 103fc81 Revised serialization of CaseStmt to emit all of the owned pointers (its by Ted Kremenek · 17 years ago
  58. 83efb15 Implemented serialization of CompoundAssignOperator. by Ted Kremenek · 17 years ago
  59. 9b591f6 Add assert for the case that is not handled. struct { char a; short b:2; }; by Devang Patel · 17 years ago
  60. 1049436 Implemented serialization of UnaryOperator. by Ted Kremenek · 17 years ago
  61. b93f03a Keep track of beginning offset for the bit field that does not start at byte boundry. by Devang Patel · 17 years ago
  62. d7fe4ea Implemented serialization of CallExpr. by Ted Kremenek · 17 years ago
  63. 96fa54f Implemented serialization of ArraySubscriptExpr. by Ted Kremenek · 17 years ago
  64. 9971c9a Implemented serialization of CastExpr. by Ted Kremenek · 17 years ago
  65. a7c20dd Implemented serialization of ImplicitCastExpr. by Ted Kremenek · 17 years ago
  66. 28f3d80 Modified serialization of BinaryOperator and CaseStmt to use the new by Ted Kremenek · 17 years ago
  67. b70a88e Stay within 80 columns. by Devang Patel · 17 years ago
  68. 1c93c4e Updated VC++ build system by Hartmut Kaiser · 17 years ago
  69. 7febad7 Implemented serialization of StringLiteral. by Ted Kremenek · 17 years ago
  70. 1c72de1 Implemented serialization of ImaginaryLiteral. by Ted Kremenek · 17 years ago
  71. 612c9b9 Implemented serialization of FloatingLiteral. by Ted Kremenek · 17 years ago
  72. 21867b1 by Steve Naroff · 17 years ago
  73. 4402d81 Emit objective-c's meta-data at the end of rewriting to stdout. by Fariborz Jahanian · 17 years ago
  74. 45ecd5d by Steve Naroff · 17 years ago
  75. 89079ea Fixed an array overflow bug. by Fariborz Jahanian · 17 years ago
  76. 564576b Fixed typo. by Fariborz Jahanian · 17 years ago
  77. 7338a82 Implemented serialization of CharacterLiteral. by Ted Kremenek · 17 years ago
  78. 1ba485e Implemented serialiation of PreDefinedExpr. by Ted Kremenek · 17 years ago
  79. 96f2242 Implemented serialization of ContinueStmt. by Ted Kremenek · 17 years ago
  80. 225a2d9 Implemented serialization of IndirectGotoStmt. by Ted Kremenek · 17 years ago
  81. 2bd0392 by Steve Naroff · 17 years ago
  82. 3f0767b Implemented serialization of GotoStmt. by Ted Kremenek · 17 years ago
  83. 07ba046 Implemented serialization for ForStmt. by Ted Kremenek · 17 years ago
  84. e3299ef Implemented serialization of DoStmt. by Ted Kremenek · 17 years ago
  85. 5572b94 Implemented serialization for WhileStmt. by Ted Kremenek · 17 years ago
  86. 4210f3d Implemented serialization of IfStmt. by Ted Kremenek · 17 years ago
  87. ab37309 by Steve Naroff · 17 years ago
  88. 9eea2ca Implemented serialization of SwitchStmt, CaseStmt, BreakStmt, DefaultStmt, by Ted Kremenek · 17 years ago
  89. 7573098 by Steve Naroff · 17 years ago
  90. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  91. 159e330 Start struct bit field laout work. This is far from complete. by Devang Patel · 17 years ago
  92. b15132f Implemented serialization of LabelStmts. by Ted Kremenek · 17 years ago
  93. 1e7eab4 Fixed a pretty-printer bug whereby a @try statement with no @finally seg faulted. by Fariborz Jahanian · 17 years ago
  94. 4927be6 Added serialization/deserialization of NullStmts. by Ted Kremenek · 17 years ago
  95. 0965f44 Added serialization/deserialization of DeclStmts. by Ted Kremenek · 17 years ago
  96. 2dc9ac7 Overhauled serialization of statements. We no longer use specialized SerializeTrait<> classes, by Ted Kremenek · 17 years ago
  97. f623c85 Added static inline method "ReadVal" to QualType for more succinct by Ted Kremenek · 17 years ago
  98. 957cf65 Rewrite for properties. by Fariborz Jahanian · 17 years ago
  99. 07c0fd9 Fixed typo in the name of "ReadPreamble". by Ted Kremenek · 17 years ago
  100. 24abb10 Fix an inverted conditional, by Fariborz Jahanian · 17 years ago