1. 51221ec Removed dependence on #including iostream. by Ted Kremenek · 17 years ago
  2. 3f35148 Fixed #include of objc/objc.h so that it works on case-sensitive filesystems. by Ted Kremenek · 17 years ago
  3. d778f88 Reverted changed to getTagDeclType() introduced in patch 44089: by Ted Kremenek · 17 years ago
  4. ebe668f Fixed a rewrite bug in class synthesis (which I first thought was a rewrite API bug). by Fariborz Jahanian · 17 years ago
  5. 7905dd1 Removes link to status page till the info gets added. Someone put us on Reddit; Don't want it to look bad on the project. :) by Kevin · 17 years ago
  6. 2c7038b Patch to fix a regression caused by recent rewrite changes. by Fariborz Jahanian · 17 years ago
  7. 8e911c4 Fixed StmtPrinter to handle GCC extension to the ternary operator "?:" where by Ted Kremenek · 17 years ago
  8. ecc04c9 Fixed bug in CFG construction where we did not properly handle the GCC by Ted Kremenek · 17 years ago
  9. f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
  10. a21ddb3 Fix sema support for the gnu ?: expression with a by Chris Lattner · 17 years ago
  11. 09376fd this works. by Chris Lattner · 17 years ago
  12. 5d3f5a1 sizeof() return size in bytes, not bits, patch by Nuno Lopes! by Chris Lattner · 17 years ago
  13. 588e5eb Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
  14. 6fa9086 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
  15. 646b261 Forgot some X86 registers by Anders Carlsson · 17 years ago
  16. 3346ae6 Add tables for GCC register names and aliases. This will be used for inline asm by Anders Carlsson · 17 years ago
  17. ca7aa1f Added more test cases for uninitialized values checker. by Ted Kremenek · 17 years ago
  18. ff7c538 Fixed bogus culling of uninitialized-values "taint" propagation during assignments. by Ted Kremenek · 17 years ago
  19. bfc5e50 Moved dead-stores test cast to a new test suite subdirectory: Analysis. by Ted Kremenek · 17 years ago
  20. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  21. 75cf288 improve codegen for global variable initializers, implementing by Chris Lattner · 17 years ago
  22. 04728b7 Check asm input and output expressions. by Anders Carlsson · 17 years ago
  23. 0c3eb29 Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered. by Chris Lattner · 17 years ago
  24. b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
  25. eecf847 GCC fails if there is a trailing colon but no clobbers. by Anders Carlsson · 17 years ago
  26. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  27. c2251dc Add __builtin_abs by Anders Carlsson · 17 years ago
  28. 5519644 Improve function decl merging, patch by Oliver Hunt! by Chris Lattner · 17 years ago
  29. 74c43a0 Added another test case for the Dead Stores checker that tests that by Ted Kremenek · 17 years ago
  30. 9f9141c Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion of by Ted Kremenek · 17 years ago
  31. f57ef1f Removed PersistentMap. It is now superseded in every way by the ImmutableMap by Ted Kremenek · 17 years ago
  32. 8aefcbf Added test case for dead stores checker (live variables analysis) that tests by Ted Kremenek · 17 years ago
  33. 4e4d652 Fixed bug where LiveVariables was not properly propagating updates to liveness by Ted Kremenek · 17 years ago
  34. f06273f Put back the flags field in the constant CF string type. by Anders Carlsson · 17 years ago
  35. aa395ba Added test case for dead-stores checker. Test case provided by Nuno Lopes. by Ted Kremenek · 17 years ago
  36. d660322 Fixed bug in WalkaST_VisitDeclSubExprs where we failed to properly check if by Ted Kremenek · 17 years ago
  37. 9219928 by Steve Naroff · 17 years ago
  38. 91578f3 by Steve Naroff · 17 years ago
  39. c37bdf0 Added assertion in serialization of DeclRefExprs. DeclRefExprs can only by Ted Kremenek · 17 years ago
  40. da25685 Fixed bug in the serialization of FunctionDecls. We would incorrectly by Ted Kremenek · 17 years ago
  41. f82228f Tighten up address-of checking, implementing test/Sema/expr-address-of.c. by Chris Lattner · 17 years ago
  42. 825502a Fix transient failure on Lex/c90.c due to an uninit variable. by Chris Lattner · 17 years ago
  43. 25bfcb9 add header file I forgot to check in by Chris Lattner · 17 years ago
  44. b283298 fix a bug Steve noticed, where a #import of the main file itself would fail. by Chris Lattner · 17 years ago
  45. 767dd4b Added hack when serializing DeclRefExprs. This should probably be fixed. by Ted Kremenek · 17 years ago
  46. 378c151 Started separate section for method definitions for ObjC serialization. by Ted Kremenek · 17 years ago
  47. f624870 by Steve Naroff · 17 years ago
  48. 49f109c by Steve Naroff · 17 years ago
  49. 335eafa by Steve Naroff · 17 years ago
  50. c2a689b by Steve Naroff · 17 years ago
  51. c3a438c by Steve Naroff · 17 years ago
  52. 874e232 by Steve Naroff · 17 years ago
  53. 8aebcb7 Break out bool/true/false support into a LangOption by Nate Begeman · 17 years ago
  54. e7579b5 Implement codegen of CXX Bool by Nate Begeman · 17 years ago
  55. 9298d96 Handle "bool" in all places that touch _Bool. by Chris Lattner · 17 years ago
  56. 7e3411b by Steve Naroff · 17 years ago
  57. 322f4d3 by Steve Naroff · 17 years ago
  58. 6568d4d by Steve Naroff · 17 years ago
  59. 049b168 Fixed bug in serialization of EnumConstantDecl where we improperly by Ted Kremenek · 17 years ago
  60. c12f51a Fixed bug when serializing QualTypes where we were serializing in the by Ted Kremenek · 17 years ago
  61. 5086a8d by Steve Naroff · 17 years ago
  62. df6a51b Fix a rewriter bug that steve noticed. Don't skip arbitrary things by Chris Lattner · 17 years ago
  63. 21d50e1 Added QualType::ReadBackpatch to allow QualType initialization with by Ted Kremenek · 17 years ago
  64. 9567392 Patch to comment out use of protocol qualifiers when rewriting ivars. by Fariborz Jahanian · 17 years ago
  65. 6336f8d Implemented serialization of InitListExpr. by Ted Kremenek · 17 years ago
  66. 4b7d9ca Implemented serialization of CompoundLiteralExpr. by Ted Kremenek · 17 years ago
  67. 5f670ed Added serialization of Union decls. by Ted Kremenek · 17 years ago
  68. 7e0339e Removed assertion inserted only for temporary debugging. by Ted Kremenek · 17 years ago
  69. 190eecf Added missing break statement. by Ted Kremenek · 17 years ago
  70. fea763e8 by Steve Naroff · 17 years ago
  71. 583e008 Implemented serialization of EnumDecl and EnumConstantDecl. by Ted Kremenek · 17 years ago
  72. f9d56c8 Implemented serialization of FieldDecls. by Ted Kremenek · 17 years ago
  73. b899ad2 SourceManager, IdentifierTable, Selectors are now serialized in their own by Ted Kremenek · 17 years ago
  74. fde1857 Removed unused variabel. by Fariborz Jahanian · 17 years ago
  75. 921e9ff Fix a bug handling hex floats in c90 mode, pointed out by Neil. by Chris Lattner · 17 years ago
  76. 8cc764c by Steve Naroff · 17 years ago
  77. 1d098f6 by Steve Naroff · 17 years ago
  78. ddd600f by Steve Naroff · 17 years ago
  79. aad48b6 Implemented serialization of RecordDecls. Changed serialization of TagType to by Ted Kremenek · 17 years ago
  80. 41af093 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
  81. b7fa992 by Steve Naroff · 17 years ago
  82. b82b3ea Rewrite @optional/@required directives used inside protocol definitions. by Fariborz Jahanian · 17 years ago
  83. d175ddf Rewrite of forward protocol declaration. by Fariborz Jahanian · 17 years ago
  84. 2b14d46 Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  85. ed1a01d Implemented serialization of VariableArrayTypes. by Ted Kremenek · 17 years ago
  86. b28166d Implemented serialization of TypedefType. by Ted Kremenek · 17 years ago
  87. da5dbb4 Implemented serialization of ConstantArrayType. by Ted Kremenek · 17 years ago
  88. a225400 Implemented serialization of TagTypes. by Ted Kremenek · 17 years ago
  89. ea0c6fb Modified ASTContext::getTagDeclType() to accept a NULL pointer for the passed by Ted Kremenek · 17 years ago
  90. aaa3cf8 Fix regression with ObjC method definitions and -ast-print by Steve Naroff · 17 years ago
  91. 6de88a8 Type encoding for structs. by Fariborz Jahanian · 17 years ago
  92. 71c0a95 by Steve Naroff · 17 years ago
  93. 950ba9c Removed line with typo (declared friendship with ASTContext). Line was by Ted Kremenek · 17 years ago
  94. e720198 Added pretty-printing of statements during serialization. by Ted Kremenek · 17 years ago
  95. 1f85acd Implemented serialization of AsmStmt (or rather what is currently implemented by Ted Kremenek · 17 years ago
  96. d437f23 Fixed bug in FunctionDecl serialization where we crashed when the by Ted Kremenek · 17 years ago
  97. ea2fe9b Implemented serialization for SizeOfAlignOfTypeExpr. by Ted Kremenek · 17 years ago
  98. bd57e7c Implemented serialization for MemberExpr. by Ted Kremenek · 17 years ago
  99. 1b4e251 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  100. bac97d4 Fixed a rewrite of metadata bug when category implementation has no matching interface. by Fariborz Jahanian · 17 years ago