1. 322f4d3 by Steve Naroff · 17 years ago
  2. 6568d4d by Steve Naroff · 17 years ago
  3. 049b168 Fixed bug in serialization of EnumConstantDecl where we improperly by Ted Kremenek · 17 years ago
  4. c12f51a Fixed bug when serializing QualTypes where we were serializing in the by Ted Kremenek · 17 years ago
  5. 5086a8d by Steve Naroff · 17 years ago
  6. df6a51b Fix a rewriter bug that steve noticed. Don't skip arbitrary things by Chris Lattner · 17 years ago
  7. 21d50e1 Added QualType::ReadBackpatch to allow QualType initialization with by Ted Kremenek · 17 years ago
  8. 9567392 Patch to comment out use of protocol qualifiers when rewriting ivars. by Fariborz Jahanian · 17 years ago
  9. 6336f8d Implemented serialization of InitListExpr. by Ted Kremenek · 17 years ago
  10. 4b7d9ca Implemented serialization of CompoundLiteralExpr. by Ted Kremenek · 17 years ago
  11. 5f670ed Added serialization of Union decls. by Ted Kremenek · 17 years ago
  12. 7e0339e Removed assertion inserted only for temporary debugging. by Ted Kremenek · 17 years ago
  13. 190eecf Added missing break statement. by Ted Kremenek · 17 years ago
  14. fea763e8 by Steve Naroff · 17 years ago
  15. 583e008 Implemented serialization of EnumDecl and EnumConstantDecl. by Ted Kremenek · 17 years ago
  16. f9d56c8 Implemented serialization of FieldDecls. by Ted Kremenek · 17 years ago
  17. b899ad2 SourceManager, IdentifierTable, Selectors are now serialized in their own by Ted Kremenek · 17 years ago
  18. fde1857 Removed unused variabel. by Fariborz Jahanian · 17 years ago
  19. 921e9ff Fix a bug handling hex floats in c90 mode, pointed out by Neil. by Chris Lattner · 17 years ago
  20. 8cc764c by Steve Naroff · 17 years ago
  21. 1d098f6 by Steve Naroff · 17 years ago
  22. ddd600f by Steve Naroff · 17 years ago
  23. aad48b6 Implemented serialization of RecordDecls. Changed serialization of TagType to by Ted Kremenek · 17 years ago
  24. 41af093 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
  25. b7fa992 by Steve Naroff · 17 years ago
  26. b82b3ea Rewrite @optional/@required directives used inside protocol definitions. by Fariborz Jahanian · 17 years ago
  27. d175ddf Rewrite of forward protocol declaration. by Fariborz Jahanian · 17 years ago
  28. 2b14d46 Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  29. ed1a01d Implemented serialization of VariableArrayTypes. by Ted Kremenek · 17 years ago
  30. b28166d Implemented serialization of TypedefType. by Ted Kremenek · 17 years ago
  31. da5dbb4 Implemented serialization of ConstantArrayType. by Ted Kremenek · 17 years ago
  32. a225400 Implemented serialization of TagTypes. by Ted Kremenek · 17 years ago
  33. ea0c6fb Modified ASTContext::getTagDeclType() to accept a NULL pointer for the passed by Ted Kremenek · 17 years ago
  34. aaa3cf8 Fix regression with ObjC method definitions and -ast-print by Steve Naroff · 17 years ago
  35. 6de88a8 Type encoding for structs. by Fariborz Jahanian · 17 years ago
  36. 71c0a95 by Steve Naroff · 17 years ago
  37. 950ba9c Removed line with typo (declared friendship with ASTContext). Line was by Ted Kremenek · 17 years ago
  38. e720198 Added pretty-printing of statements during serialization. by Ted Kremenek · 17 years ago
  39. 1f85acd Implemented serialization of AsmStmt (or rather what is currently implemented by Ted Kremenek · 17 years ago
  40. d437f23 Fixed bug in FunctionDecl serialization where we crashed when the by Ted Kremenek · 17 years ago
  41. ea2fe9b Implemented serialization for SizeOfAlignOfTypeExpr. by Ted Kremenek · 17 years ago
  42. bd57e7c Implemented serialization for MemberExpr. by Ted Kremenek · 17 years ago
  43. 1b4e251 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  44. bac97d4 Fixed a rewrite of metadata bug when category implementation has no matching interface. by Fariborz Jahanian · 17 years ago
  45. 03ed440 Rewrote type serialization to used the same methodology as we do for Decls. by Ted Kremenek · 17 years ago
  46. bff5f5c Rename Sema method to follow class naming convention by Nate Begeman · 17 years ago
  47. b7908b5 Populate metadata with adrress of method code. by Fariborz Jahanian · 17 years ago
  48. 4c1a2a9 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression. by Chris Lattner · 17 years ago
  49. 66d6b29 Rewrite of method definitions in categories. by Fariborz Jahanian · 17 years ago
  50. 7a3279d Order of methods are OK and generated .c file can be compiled. by Fariborz Jahanian · 17 years ago
  51. 1b2c54b Updated test case to flag about comparisons against constants. We may by Ted Kremenek · 17 years ago
  52. c8f488d Modified -Wfloat-equal logic to suppress warnings where floating point values by Ted Kremenek · 17 years ago
  53. 48a0b6a First patch in rewrie of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  54. 0da493e Updated diagnostic for -Wfloat-equal to underline the offending expressions. by Ted Kremenek · 17 years ago
  55. db87bca Added -Wfloat-equal option to the driver. This makes warnings about by Ted Kremenek · 17 years ago
  56. a36c486 Clean up types, removing some casts. Patch contributed by Cedric Venet. by Chris Lattner · 17 years ago
  57. 1d09ecc improve handling of address of global when checking for by Chris Lattner · 17 years ago
  58. 66296cb by Steve Naroff · 17 years ago
  59. 817da7c by Steve Naroff · 17 years ago
  60. 0b9cc05 by Steve Naroff · 17 years ago
  61. b245a33 Patch to set context (interface, category, etc.) in which method is declared. by Fariborz Jahanian · 17 years ago
  62. 8eabdff by Steve Naroff · 17 years ago
  63. 0f84c00 Renamed all serialization "Materialize" methods to "Create" to conform with by Ted Kremenek · 17 years ago
  64. 928fd7f Restructured serialization code for decls to make it cleaner, easier to by Ted Kremenek · 17 years ago
  65. 232220c Patch to do statically typed ivar references. by Fariborz Jahanian · 17 years ago
  66. e1e6c0d by Steve Naroff · 17 years ago
  67. cffff84 Minor twik for when there is no super class and 'super' is errornously used. by Fariborz Jahanian · 17 years ago
  68. 0523aaf 'super' nailed. by Fariborz Jahanian · 17 years ago
  69. bd278bc by Steve Naroff · 17 years ago
  70. 1150821 by Steve Naroff · 17 years ago
  71. ec0aa78 In Stmt serialization, renamed directEmit to EmitImpl and by Ted Kremenek · 17 years ago
  72. 027282d by Steve Naroff · 17 years ago
  73. 7779db4 by Steve Naroff · 17 years ago
  74. 0330071 by Steve Naroff · 17 years ago
  75. d2baa9e by Steve Naroff · 17 years ago
  76. 0755aba by Steve Naroff · 17 years ago
  77. eaf5f41 by Steve Naroff · 17 years ago
  78. 6649992 by Steve Naroff · 17 years ago
  79. d6d054d by Steve Naroff · 17 years ago
  80. 409be83 by Steve Naroff · 17 years ago
  81. 7c24915 by Steve Naroff · 17 years ago
  82. 0416fb9 by Steve Naroff · 17 years ago
  83. d848a38 by Steve Naroff · 17 years ago
  84. c43d868 by Steve Naroff · 17 years ago
  85. 8f2c735 Fixed a bug which exposed the internally built type to user code. by Fariborz Jahanian · 17 years ago
  86. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  87. f68a63f by Steve Naroff · 17 years ago
  88. 39d0a27 by Steve Naroff · 17 years ago
  89. 439d28c Minor code clean up in method def area. by Fariborz Jahanian · 17 years ago
  90. 60fbca0 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  91. eae5cd0 Changed the serialization of IdentifierTable to only serialize out entries by Ted Kremenek · 17 years ago
  92. 7a1f4db Modifed the test serialization driver to... by Ted Kremenek · 17 years ago
  93. 18807d2 rename getInstantiationLoc to match the scheme of isPhysicalLoc. by Chris Lattner · 17 years ago
  94. b7489d8 change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
  95. 360300c Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  96. 7964c9f Updated VC++ build system by Hartmut Kaiser · 17 years ago
  97. 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  98. 3560002 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
  99. f3473a7 by Steve Naroff · 17 years ago
  100. 5d37e32 by Steve Naroff · 17 years ago