1. 1ba485e Implemented serialiation of PreDefinedExpr. by Ted Kremenek · 17 years ago
  2. 96f2242 Implemented serialization of ContinueStmt. by Ted Kremenek · 17 years ago
  3. 225a2d9 Implemented serialization of IndirectGotoStmt. by Ted Kremenek · 17 years ago
  4. 3f0767b Implemented serialization of GotoStmt. by Ted Kremenek · 17 years ago
  5. 07ba046 Implemented serialization for ForStmt. by Ted Kremenek · 17 years ago
  6. e3299ef Implemented serialization of DoStmt. by Ted Kremenek · 17 years ago
  7. 5572b94 Implemented serialization for WhileStmt. by Ted Kremenek · 17 years ago
  8. 4210f3d Implemented serialization of IfStmt. by Ted Kremenek · 17 years ago
  9. ab37309 by Steve Naroff · 17 years ago
  10. 9eea2ca Implemented serialization of SwitchStmt, CaseStmt, BreakStmt, DefaultStmt, by Ted Kremenek · 17 years ago
  11. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  12. b15132f Implemented serialization of LabelStmts. by Ted Kremenek · 17 years ago
  13. 1e7eab4 Fixed a pretty-printer bug whereby a @try statement with no @finally seg faulted. by Fariborz Jahanian · 17 years ago
  14. 4927be6 Added serialization/deserialization of NullStmts. by Ted Kremenek · 17 years ago
  15. 0965f44 Added serialization/deserialization of DeclStmts. by Ted Kremenek · 17 years ago
  16. 2dc9ac7 Overhauled serialization of statements. We no longer use specialized SerializeTrait<> classes, by Ted Kremenek · 17 years ago
  17. a4559c3 Started work on new serialization approach within ASTContext to by Ted Kremenek · 17 years ago
  18. 31354ca QualType deserialization now requires that the underlying pointer type by Ted Kremenek · 17 years ago
  19. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  20. 2ebc89f Misc. serialization changes to ASTContext and Decls. Serialization by Ted Kremenek · 17 years ago
  21. f7bf411 Implemented serialization of TypedefDecls. by Ted Kremenek · 17 years ago
  22. 8af8fe3 Added skeleton for dispatch of Decl serialization. by Ted Kremenek · 17 years ago
  23. b8712eb For serialization of ASTContext, added special-casing of serialization by Ted Kremenek · 17 years ago
  24. db611d5 by Steve Naroff · 17 years ago
  25. beaf299 by Steve Naroff · 17 years ago
  26. 7794cb8 pretty-print @try/@catch/@finally from AST as the validation of AST. by Fariborz Jahanian · 17 years ago
  27. 0497331 Added most of the boilerplate code for Decl serialization. Still a few by Ted Kremenek · 17 years ago
  28. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  29. beb7713 Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 17 years ago
  30. b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
  31. 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  32. a9a4a24 Implemented serialization of QualTypes within ASTContext. Clarified by Ted Kremenek · 17 years ago
  33. ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  34. 4c00c26 Changed serialization/deserialization of BuiltinTypes to explicitly serialize by Ted Kremenek · 17 years ago
  35. 770951b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
  36. 4ef8dd6 Implement test/Sema/init.c by treating functions as constants. by Chris Lattner · 17 years ago
  37. fee0452 Implemented more of serialization/deserialization for ASTContext. We now by Ted Kremenek · 17 years ago
  38. 5451350 Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago
  39. e522d85 Preliminary support for serializing statements. by Ted Kremenek · 17 years ago
  40. 2e7d352 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
  41. 7192f8e Renamed ivar "ArrayTypes" in ASTContext to "ComplexArrayTypes". by Ted Kremenek · 17 years ago
  42. 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  43. 7da36f6 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
  44. 8f54c1f Refactored CFG construction code that processes DeclStmts to use StmtIterator. by Ted Kremenek · 17 years ago
  45. 2d99833 minor code cleanup by Chris Lattner · 17 years ago
  46. c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  47. 347b9f3 Added vector to ASTContext to store references to "complete" VLA types by Ted Kremenek · 17 years ago
  48. 423cb56 by Steve Naroff · 17 years ago
  49. f908a87 by Steve Naroff · 17 years ago
  50. c0a87b7 Handle function types. by Anders Carlsson · 17 years ago
  51. 2bd24ba VariableArrayTypes (VLAs) without a size expression are now uniqued by Ted Kremenek · 17 years ago
  52. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  53. 60fccee by Steve Naroff · 17 years ago
  54. 771fe16 Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 17 years ago
  55. 103a1b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 17 years ago
  56. 92866e2 Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 17 years ago
  57. 7a9d9d7 Modified CFG pretty-printing to directly use the (reverse) body by Ted Kremenek · 17 years ago
  58. 65f31e4 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 17 years ago
  59. e8c4953 Address Chris's comments. by Anders Carlsson · 17 years ago
  60. 17df57d Fix logic error. by Anders Carlsson · 17 years ago
  61. 85f9bce Add (partial) support for @encode. by Anders Carlsson · 17 years ago
  62. 52735a0 Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on by Chris Lattner · 17 years ago
  63. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  64. dea6146 Fix a major bug in the Type::getAs*Type methods: they didn't strip off by Chris Lattner · 17 years ago
  65. c67ad5f Add BuiltinType::Char_S to Type::isCharType by Anders Carlsson · 17 years ago
  66. 4f50ee3 Implemented serialization for TypedefType. by Ted Kremenek · 17 years ago
  67. 4340bfa Implemented serialization of FunctionTypeProto. by Ted Kremenek · 17 years ago
  68. e81e24c Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  69. 71ac846 Implemented serialization for VectorType. by Ted Kremenek · 17 years ago
  70. a4cb452 More work on type serialization: added support for serializing BuiltinTypes. by Ted Kremenek · 17 years ago
  71. bc26c58 Completed serialization of ConstantArrayTypes (now that APInt serialization is in place). by Ted Kremenek · 17 years ago
  72. 73af669 Added skeleton implementation of serialization for types (not complete). by Ted Kremenek · 17 years ago
  73. 00a1ef5 Disambiguated variable name to comply with VC++'s archaic variable scoping rules. by Hartmut Kaiser · 17 years ago
  74. b990f18 Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls. by Ted Kremenek · 17 years ago
  75. 2f1f8cb Added skeleton for Decl serialization. by Ted Kremenek · 17 years ago
  76. 27437ca Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
  77. 22c0fcb Modified operator* for StmtIterator to return Stmt*& instead of Stmt*. by Ted Kremenek · 17 years ago
  78. 9ac5928 Fixed DeclStmt::child_begin() to actually create an iterator that by Ted Kremenek · 17 years ago
  79. c266acd remove dead #include by Chris Lattner · 17 years ago
  80. c325e7f Refactored StmtIterator into classes StmtIteratorBase (non-templated) by Ted Kremenek · 17 years ago
  81. 401aa7b Replaced virtual method call to child_begin() in child_end() by by Ted Kremenek · 17 years ago
  82. c7c326a Fixed broken build. by Ted Kremenek · 17 years ago
  83. 994f939 remove extraneous space in @selector() by Chris Lattner · 17 years ago
  84. 9caf8b1 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 17 years ago
  85. 2777e49 Make control flow in Expr::isConstantExpr more simple and by Chris Lattner · 17 years ago
  86. 91d1d7a Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive by Ted Kremenek · 17 years ago
  87. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  88. 1a86b33 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
  89. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  90. c5c42f5 Steve, pointer out that getName() is available for selectors. Made code much smaller, thanks. by Fariborz Jahanian · 17 years ago
  91. f24d95a Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 17 years ago
  92. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  93. 2198891 by Steve Naroff · 17 years ago
  94. ec0550f by Steve Naroff · 17 years ago
  95. 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  96. 7e219e4 by Steve Naroff · 17 years ago
  97. 954ea17 by Steve Naroff · 17 years ago
  98. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  99. ff1afdb by Steve Naroff · 17 years ago
  100. 3d58138 by Steve Naroff · 17 years ago