1. bb2cf51 Put back the flags field in the constant CF string type. by Anders Carlsson · 17 years ago
  2. 3b791c5 Added test case for dead-stores checker. Test case provided by Nuno Lopes. by Ted Kremenek · 17 years ago
  3. f4e3562 Fixed bug in WalkaST_VisitDeclSubExprs where we failed to properly check if by Ted Kremenek · 17 years ago
  4. edafc0b by Steve Naroff · 17 years ago
  5. 3340c23 by Steve Naroff · 17 years ago
  6. 9e30430 Added assertion in serialization of DeclRefExprs. DeclRefExprs can only by Ted Kremenek · 17 years ago
  7. 38500a9 Fixed bug in the serialization of FunctionDecls. We would incorrectly by Ted Kremenek · 17 years ago
  8. a324907 Tighten up address-of checking, implementing test/Sema/expr-address-of.c. by Chris Lattner · 17 years ago
  9. a917bbf Fix transient failure on Lex/c90.c due to an uninit variable. by Chris Lattner · 17 years ago
  10. d1670c4 add header file I forgot to check in by Chris Lattner · 17 years ago
  11. b45f05c fix a bug Steve noticed, where a #import of the main file itself would fail. by Chris Lattner · 17 years ago
  12. eaf3386 Added hack when serializing DeclRefExprs. This should probably be fixed. by Ted Kremenek · 17 years ago
  13. a7fb3a5 Started separate section for method definitions for ObjC serialization. by Ted Kremenek · 17 years ago
  14. 9b99a26 by Steve Naroff · 17 years ago
  15. 9f176d1 by Steve Naroff · 17 years ago
  16. 29fe746 by Steve Naroff · 17 years ago
  17. 292b7b9 by Steve Naroff · 17 years ago
  18. 0c04bb6 by Steve Naroff · 17 years ago
  19. 764c1ae by Steve Naroff · 17 years ago
  20. ca89334 Break out bool/true/false support into a LangOption by Nate Begeman · 17 years ago
  21. e9bfe6d Implement codegen of CXX Bool by Nate Begeman · 17 years ago
  22. 2baef2e Handle "bool" in all places that touch _Bool. by Chris Lattner · 17 years ago
  23. 6b759ce by Steve Naroff · 17 years ago
  24. 26eb081 by Steve Naroff · 17 years ago
  25. 885e212 by Steve Naroff · 17 years ago
  26. 2ce9877 Fixed bug in serialization of EnumConstantDecl where we improperly by Ted Kremenek · 17 years ago
  27. 9da65df Fixed bug when serializing QualTypes where we were serializing in the by Ted Kremenek · 17 years ago
  28. 2adead7 by Steve Naroff · 17 years ago
  29. f04ead5 Fix a rewriter bug that steve noticed. Don't skip arbitrary things by Chris Lattner · 17 years ago
  30. 64be4ad Added QualType::ReadBackpatch to allow QualType initialization with by Ted Kremenek · 17 years ago
  31. 8d9c735 Patch to comment out use of protocol qualifiers when rewriting ivars. by Fariborz Jahanian · 17 years ago
  32. 387539f Implemented serialization of InitListExpr. by Ted Kremenek · 17 years ago
  33. 2d85710 Implemented serialization of CompoundLiteralExpr. by Ted Kremenek · 17 years ago
  34. 6e913d2 Added serialization of Union decls. by Ted Kremenek · 17 years ago
  35. 560069a Removed assertion inserted only for temporary debugging. by Ted Kremenek · 17 years ago
  36. bda3d8f Added missing break statement. by Ted Kremenek · 17 years ago
  37. 2c7afc9 by Steve Naroff · 17 years ago
  38. 9c2b8bd Implemented serialization of EnumDecl and EnumConstantDecl. by Ted Kremenek · 17 years ago
  39. 2f260e5 Implemented serialization of FieldDecls. by Ted Kremenek · 17 years ago
  40. 286333d SourceManager, IdentifierTable, Selectors are now serialized in their own by Ted Kremenek · 17 years ago
  41. 6c00055 Removed unused variabel. by Fariborz Jahanian · 17 years ago
  42. fea8ce1 Fix a bug handling hex floats in c90 mode, pointed out by Neil. by Chris Lattner · 17 years ago
  43. 268fa59 by Steve Naroff · 17 years ago
  44. fbfb46d by Steve Naroff · 17 years ago
  45. 4fbfb45 by Steve Naroff · 17 years ago
  46. 581571c Implemented serialization of RecordDecls. Changed serialization of TagType to by Ted Kremenek · 17 years ago
  47. 82bb479 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
  48. 0540f3f by Steve Naroff · 17 years ago
  49. 3960e9c Rewrite @optional/@required directives used inside protocol definitions. by Fariborz Jahanian · 17 years ago
  50. 016a188 Rewrite of forward protocol declaration. by Fariborz Jahanian · 17 years ago
  51. 87f0429 Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  52. 5cde383 Implemented serialization of VariableArrayTypes. by Ted Kremenek · 17 years ago
  53. 2f665cd Implemented serialization of TypedefType. by Ted Kremenek · 17 years ago
  54. 4234c1b Implemented serialization of ConstantArrayType. by Ted Kremenek · 17 years ago
  55. 8db5aa1 Implemented serialization of TagTypes. by Ted Kremenek · 17 years ago
  56. f05026d Modified ASTContext::getTagDeclType() to accept a NULL pointer for the passed by Ted Kremenek · 17 years ago
  57. 3a3a0cb Fix regression with ObjC method definitions and -ast-print by Steve Naroff · 17 years ago
  58. c8ba2bd Type encoding for structs. by Fariborz Jahanian · 17 years ago
  59. 18c8338 by Steve Naroff · 17 years ago
  60. a7392b3 Removed line with typo (declared friendship with ASTContext). Line was by Ted Kremenek · 17 years ago
  61. ea5bfc7 Added pretty-printing of statements during serialization. by Ted Kremenek · 17 years ago
  62. 1dfb01c Implemented serialization of AsmStmt (or rather what is currently implemented by Ted Kremenek · 17 years ago
  63. 78f663f Fixed bug in FunctionDecl serialization where we crashed when the by Ted Kremenek · 17 years ago
  64. deac9c3 Implemented serialization for SizeOfAlignOfTypeExpr. by Ted Kremenek · 17 years ago
  65. 24160d3 Implemented serialization for MemberExpr. by Ted Kremenek · 17 years ago
  66. 84079d7 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  67. d256e06 Fixed a rewrite of metadata bug when category implementation has no matching interface. by Fariborz Jahanian · 17 years ago
  68. 034a78c Rewrote type serialization to used the same methodology as we do for Decls. by Ted Kremenek · 17 years ago
  69. 2240f54 Rename Sema method to follow class naming convention by Nate Begeman · 17 years ago
  70. bd2fd92 Populate metadata with adrress of method code. by Fariborz Jahanian · 17 years ago
  71. 4855356 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression. by Chris Lattner · 17 years ago
  72. 0136e37 Rewrite of method definitions in categories. by Fariborz Jahanian · 17 years ago
  73. 8c66491 Order of methods are OK and generated .c file can be compiled. by Fariborz Jahanian · 17 years ago
  74. 4496825 Updated test case to flag about comparisons against constants. We may by Ted Kremenek · 17 years ago
  75. 0d054eb Modified -Wfloat-equal logic to suppress warnings where floating point values by Ted Kremenek · 17 years ago
  76. 5ea3a76 First patch in rewrie of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  77. e12201e Updated diagnostic for -Wfloat-equal to underline the offending expressions. by Ted Kremenek · 17 years ago
  78. 24f59fb Added -Wfloat-equal option to the driver. This makes warnings about by Ted Kremenek · 17 years ago
  79. 07f44dc Clean up types, removing some casts. Patch contributed by Cedric Venet. by Chris Lattner · 17 years ago
  80. ba3ddb2 improve handling of address of global when checking for by Chris Lattner · 17 years ago
  81. 3b43562 by Steve Naroff · 17 years ago
  82. d0cfcd0 by Steve Naroff · 17 years ago
  83. 16c1f61 by Steve Naroff · 17 years ago
  84. a645d87 Patch to set context (interface, category, etc.) in which method is declared. by Fariborz Jahanian · 17 years ago
  85. eed7684 by Steve Naroff · 17 years ago
  86. acba361 Renamed all serialization "Materialize" methods to "Create" to conform with by Ted Kremenek · 17 years ago
  87. ddf953a Restructured serialization code for decls to make it cleaner, easier to by Ted Kremenek · 17 years ago
  88. 4af7249 Patch to do statically typed ivar references. by Fariborz Jahanian · 17 years ago
  89. 3123363 by Steve Naroff · 17 years ago
  90. 342f360 Minor twik for when there is no super class and 'super' is errornously used. by Fariborz Jahanian · 17 years ago
  91. 2ce5dc5 'super' nailed. by Fariborz Jahanian · 17 years ago
  92. 8ec45b5 by Steve Naroff · 17 years ago
  93. e015e9c by Steve Naroff · 17 years ago
  94. d732bbd In Stmt serialization, renamed directEmit to EmitImpl and by Ted Kremenek · 17 years ago
  95. 46f18f2 by Steve Naroff · 17 years ago
  96. 5eb2a4a by Steve Naroff · 17 years ago
  97. dd2e26c by Steve Naroff · 17 years ago
  98. 84c3cb1 by Steve Naroff · 17 years ago
  99. e25dc13 by Steve Naroff · 17 years ago
  100. fa63d9d by Steve Naroff · 17 years ago