1. 5c09a02 Fix OCUVector case in struct layout code. by Christopher Lamb · 17 years ago
  2. d18b329 Add accessors + iterator interface. by Chris Lattner · 17 years ago
  3. 4c71f1a This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
  4. afe5433 Fixed successor order for CFG basic blocks when handling: x && y. The bug by Ted Kremenek · 17 years ago
  5. b145e7d Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
  6. d0c89c4 More objective-c type analysis. This time involving objective types by Fariborz Jahanian · 17 years ago
  7. 0f01deb More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
  8. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  9. c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
  10. 94a5c33 by Steve Naroff · 17 years ago
  11. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  12. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  13. 6f62c2a fix some crazy indentation by Chris Lattner · 17 years ago
  14. 411f373 This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
  15. dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  16. 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
  17. 9765ec2 Moved TranslationUnit.h to include path. by Ted Kremenek · 17 years ago
  18. 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
  19. d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  20. 9bfa73c remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
  21. 6538347 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago
  22. d52a457 Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
  23. c293725 Fixed a comment describing a function by Fariborz Jahanian · 17 years ago
  24. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  25. 7e3a89d Removed CFG.cpp's dependence on #including iostream. by Ted Kremenek · 17 years ago
  26. 060e470 Fixed another case where sizeof() returns the size in bytes, not bits. by Ted Kremenek · 17 years ago
  27. f816f77 Removed "isSizeOfExpr" mode from StmtIterator. It turned out not to be by Ted Kremenek · 17 years ago
  28. b51d2b2 Added "mode" to StmtIterator to record if the expression being iterated by Ted Kremenek · 17 years ago
  29. 58dbdeb by Steve Naroff · 17 years ago
  30. 699e9fb Added support to StmtIterator to traverse the size expression of a VLA type by Ted Kremenek · 17 years ago
  31. a651e0e CFG bug fix: for sizeof(expressions), don't expand the control-flow by Ted Kremenek · 17 years ago
  32. 06cef25 Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType by Fariborz Jahanian · 17 years ago
  33. 137bd91 Updated serialization of ParmVarDecl to serialize out objcDeclQualifier. by Ted Kremenek · 17 years ago
  34. de7b4cd Moved ObjcDeclQualifier to ParmVarDecl from VarDecl. by Fariborz Jahanian · 17 years ago
  35. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  36. 5e71124 by Steve Naroff · 17 years ago
  37. 33ef259 fix typo by Chris Lattner · 17 years ago
  38. be6df08 more cleanups changing things like getInstanceVariables to iterators. by Chris Lattner · 17 years ago
  39. ab4c4d5 resolve some fixmes and clean up some code by eliminating the get*Vars apis to some classes and use iterators instead. by Chris Lattner · 17 years ago
  40. 0157c51 start cleaning up interfaces for objc bits and pieces by switching to an by Chris Lattner · 17 years ago
  41. 5399ce2 Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: by Ted Kremenek · 17 years ago
  42. f155e46 Removed VisitDeclStmt(). The initializers of a DeclStmt are now automatically by Ted Kremenek · 17 years ago
  43. beb6636 Unbreak -stats on cocoa.h by Chris Lattner · 17 years ago
  44. 4ffc541 Implemented type checking for pointer of objects of protocol-qualified types. by Fariborz Jahanian · 17 years ago
  45. 239c15e Fix a case where we'd return "is not a constant expr" without return a location. by Chris Lattner · 17 years ago
  46. 9a8385d Fixed bug in CFG::PopulateBlkExprMap where the ordering by Ted Kremenek · 17 years ago
  47. 7dd8283 Implemented when static typing is combined with protocols and use as receiver by Fariborz Jahanian · 17 years ago
  48. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  49. ec584d6 Fix a bug handling typedefs of functions, patch by Nuno Lopes! by Chris Lattner · 17 years ago
  50. 39caea9 make it more clear what 'foo' is by Chris Lattner · 17 years ago
  51. e638639 by Steve Naroff · 17 years ago
  52. 8f6dc77 Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr. by Ted Kremenek · 17 years ago
  53. 46dc0a5 Implemented serialization of ObjCStringLiteral. by Ted Kremenek · 17 years ago
  54. 5bdd4e3 Implemented serialization for ObjcAtThrowStmt. by Ted Kremenek · 17 years ago
  55. 9c1efff Implemented serialization of ObjcAtTryStmt. by Ted Kremenek · 17 years ago
  56. 04be5aa Implemented serialization for ObjcAtFinallyStmt. by Ted Kremenek · 17 years ago
  57. af52677 Implemented serialization for ObjcAtCatchStmt. by Ted Kremenek · 17 years ago
  58. 43d6975 Fix for testcase that assigns a dereferenced reference to a pointer. The by Bill Wendling · 17 years ago
  59. 2de3b3a Fix isStructureType and isUnionType to ignore typedefs, as stated by Seo Sanghyeon · 17 years ago
  60. ab38e4b Compute side-effect for conditional expression. by Fariborz Jahanian · 17 years ago
  61. e7716e6 make the unused expression warning less noisy by not warning about comma exprs whose by Chris Lattner · 17 years ago
  62. a977636 simplify some code, add support for functions without a proto by Chris Lattner · 17 years ago
  63. 7323a62 String literals are always valid LValues. by Anders Carlsson · 17 years ago
  64. 3907323 GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. by Anders Carlsson · 17 years ago
  65. 2ff3e69 Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventually by Ted Kremenek · 17 years ago
  66. 720c4ec Added "isExact" field to FloatingLiteral. This flag indicates whether or not by Ted Kremenek · 17 years ago
  67. dd1b516 Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc. by Anders Carlsson · 17 years ago
  68. fb70806 fix compilation error noticed by Nuno Lopes by Chris Lattner · 17 years ago
  69. 4cc6271 add several cases that Expr::hasStaticStorage missed, pointed out by Oliver Hunt by Chris Lattner · 17 years ago
  70. da5a6b6 sizeof is defined by bitsin(char) not by units of 8 bits. by Chris Lattner · 17 years ago
  71. 7ee261c handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
  72. 142f36d Add builtin type signature support for vector types. Add correct type signatures for a bunch of MMX builtins. We now parse all the intrinsics in mmintrin.h by Anders Carlsson · 17 years ago
  73. 51221ec Removed dependence on #including iostream. by Ted Kremenek · 17 years ago
  74. d778f88 Reverted changed to getTagDeclType() introduced in patch 44089: by Ted Kremenek · 17 years ago
  75. 8e911c4 Fixed StmtPrinter to handle GCC extension to the ternary operator "?:" where by Ted Kremenek · 17 years ago
  76. ecc04c9 Fixed bug in CFG construction where we did not properly handle the GCC by Ted Kremenek · 17 years ago
  77. 5d3f5a1 sizeof() return size in bytes, not bits, patch by Nuno Lopes! by Chris Lattner · 17 years ago
  78. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  79. 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
  80. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  81. f06273f Put back the flags field in the constant CF string type. by Anders Carlsson · 17 years ago
  82. d660322 Fixed bug in WalkaST_VisitDeclSubExprs where we failed to properly check if by Ted Kremenek · 17 years ago
  83. 9219928 by Steve Naroff · 17 years ago
  84. 91578f3 by Steve Naroff · 17 years ago
  85. c37bdf0 Added assertion in serialization of DeclRefExprs. DeclRefExprs can only by Ted Kremenek · 17 years ago
  86. da25685 Fixed bug in the serialization of FunctionDecls. We would incorrectly by Ted Kremenek · 17 years ago
  87. 767dd4b Added hack when serializing DeclRefExprs. This should probably be fixed. by Ted Kremenek · 17 years ago
  88. 378c151 Started separate section for method definitions for ObjC serialization. by Ted Kremenek · 17 years ago
  89. 49f109c by Steve Naroff · 17 years ago
  90. 049b168 Fixed bug in serialization of EnumConstantDecl where we improperly by Ted Kremenek · 17 years ago
  91. c12f51a Fixed bug when serializing QualTypes where we were serializing in the by Ted Kremenek · 17 years ago
  92. 21d50e1 Added QualType::ReadBackpatch to allow QualType initialization with by Ted Kremenek · 17 years ago
  93. 6336f8d Implemented serialization of InitListExpr. by Ted Kremenek · 17 years ago
  94. 4b7d9ca Implemented serialization of CompoundLiteralExpr. by Ted Kremenek · 17 years ago
  95. 5f670ed Added serialization of Union decls. by Ted Kremenek · 17 years ago
  96. 7e0339e Removed assertion inserted only for temporary debugging. by Ted Kremenek · 17 years ago
  97. 190eecf Added missing break statement. by Ted Kremenek · 17 years ago
  98. 583e008 Implemented serialization of EnumDecl and EnumConstantDecl. by Ted Kremenek · 17 years ago
  99. f9d56c8 Implemented serialization of FieldDecls. by Ted Kremenek · 17 years ago
  100. aad48b6 Implemented serialization of RecordDecls. Changed serialization of TagType to by Ted Kremenek · 17 years ago