1. 34bc18b When serializing CompoundLiteralExpr, serialize out the file scope flag before by Ted Kremenek · 17 years ago
  2. e9b1219 by Steve Naroff · 17 years ago
  3. bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 17 years ago
  4. aa58f00 by Steve Naroff · 17 years ago
  5. 1adb883 Fix ASTContext::typesAreCompatible when analyzing a function type with by Chris Lattner · 17 years ago
  6. aaffbf7 by Steve Naroff · 17 years ago
  7. fa28b30 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
  8. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  9. 83c01da Renamed ProgramEdge to ProgramPoint and changed subclasses of ProgramEdge by Ted Kremenek · 17 years ago
  10. d0091aa by Steve Naroff · 17 years ago
  11. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  12. 6f81811 by Steve Naroff · 17 years ago
  13. 4a74678 by Steve Naroff · 17 years ago
  14. c0a356b Fix isIntegerConstantExpr to compare against zero for casts to bool instead of by Chris Lattner · 17 years ago
  15. b8f13a8 by Steve Naroff · 17 years ago
  16. 6fa9b88 Added VISIBILITY_HIDDEN to classes/structs in anonymous namespace. by Ted Kremenek · 17 years ago
  17. c5ae5cf Verify/add code to make sure types passed to interfaceTypesAreCompatible by Fariborz Jahanian · 17 years ago
  18. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  19. 205712a Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers by Ted Kremenek · 17 years ago
  20. c3b59d3 Moved serialization code for ObjcForCollectionStmt to be in alphabetical order by Ted Kremenek · 17 years ago
  21. 335a2d4 Minor changes as suggested by Chris L. by Fariborz Jahanian · 17 years ago
  22. e5dc608 Couple more uninitialized before use warning elimination. by Fariborz Jahanian · 17 years ago
  23. bca14a2 Remove cause of misc. "variable might be used uninitialized in this function" warnings. by Fariborz Jahanian · 17 years ago
  24. 0196cab New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 17 years ago
  25. efdd157 Fix PR1895: a crash on an ugly gcc extension. by Chris Lattner · 17 years ago
  26. 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  27. 6298b8c remove attribution from makefiles. by Chris Lattner · 17 years ago
  28. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  29. 5c09a02 Fix OCUVector case in struct layout code. by Christopher Lamb · 17 years ago
  30. d18b329 Add accessors + iterator interface. by Chris Lattner · 17 years ago
  31. 4c71f1a This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
  32. afe5433 Fixed successor order for CFG basic blocks when handling: x && y. The bug by Ted Kremenek · 17 years ago
  33. b145e7d Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
  34. d0c89c4 More objective-c type analysis. This time involving objective types by Fariborz Jahanian · 17 years ago
  35. 0f01deb More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
  36. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  37. c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
  38. 94a5c33 by Steve Naroff · 17 years ago
  39. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  40. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  41. 6f62c2a fix some crazy indentation by Chris Lattner · 17 years ago
  42. 411f373 This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
  43. dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  44. 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
  45. 9765ec2 Moved TranslationUnit.h to include path. by Ted Kremenek · 17 years ago
  46. 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
  47. d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  48. 9bfa73c remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
  49. 6538347 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago
  50. d52a457 Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
  51. c293725 Fixed a comment describing a function by Fariborz Jahanian · 17 years ago
  52. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  53. 7e3a89d Removed CFG.cpp's dependence on #including iostream. by Ted Kremenek · 17 years ago
  54. 060e470 Fixed another case where sizeof() returns the size in bytes, not bits. by Ted Kremenek · 17 years ago
  55. f816f77 Removed "isSizeOfExpr" mode from StmtIterator. It turned out not to be by Ted Kremenek · 17 years ago
  56. b51d2b2 Added "mode" to StmtIterator to record if the expression being iterated by Ted Kremenek · 17 years ago
  57. 58dbdeb by Steve Naroff · 17 years ago
  58. 699e9fb Added support to StmtIterator to traverse the size expression of a VLA type by Ted Kremenek · 17 years ago
  59. a651e0e CFG bug fix: for sizeof(expressions), don't expand the control-flow by Ted Kremenek · 17 years ago
  60. 06cef25 Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType by Fariborz Jahanian · 17 years ago
  61. 137bd91 Updated serialization of ParmVarDecl to serialize out objcDeclQualifier. by Ted Kremenek · 17 years ago
  62. de7b4cd Moved ObjcDeclQualifier to ParmVarDecl from VarDecl. by Fariborz Jahanian · 17 years ago
  63. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  64. 5e71124 by Steve Naroff · 17 years ago
  65. 33ef259 fix typo by Chris Lattner · 17 years ago
  66. be6df08 more cleanups changing things like getInstanceVariables to iterators. by Chris Lattner · 17 years ago
  67. 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
  68. 0157c51 start cleaning up interfaces for objc bits and pieces by switching to an by Chris Lattner · 17 years ago
  69. 5399ce2 Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: by Ted Kremenek · 17 years ago
  70. f155e46 Removed VisitDeclStmt(). The initializers of a DeclStmt are now automatically by Ted Kremenek · 17 years ago
  71. beb6636 Unbreak -stats on cocoa.h by Chris Lattner · 17 years ago
  72. 4ffc541 Implemented type checking for pointer of objects of protocol-qualified types. by Fariborz Jahanian · 17 years ago
  73. 239c15e Fix a case where we'd return "is not a constant expr" without return a location. by Chris Lattner · 17 years ago
  74. 9a8385d Fixed bug in CFG::PopulateBlkExprMap where the ordering by Ted Kremenek · 17 years ago
  75. 7dd8283 Implemented when static typing is combined with protocols and use as receiver by Fariborz Jahanian · 17 years ago
  76. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  77. ec584d6 Fix a bug handling typedefs of functions, patch by Nuno Lopes! by Chris Lattner · 17 years ago
  78. 39caea9 make it more clear what 'foo' is by Chris Lattner · 17 years ago
  79. e638639 by Steve Naroff · 17 years ago
  80. 8f6dc77 Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr. by Ted Kremenek · 17 years ago
  81. 46dc0a5 Implemented serialization of ObjCStringLiteral. by Ted Kremenek · 17 years ago
  82. 5bdd4e3 Implemented serialization for ObjcAtThrowStmt. by Ted Kremenek · 17 years ago
  83. 9c1efff Implemented serialization of ObjcAtTryStmt. by Ted Kremenek · 17 years ago
  84. 04be5aa Implemented serialization for ObjcAtFinallyStmt. by Ted Kremenek · 17 years ago
  85. af52677 Implemented serialization for ObjcAtCatchStmt. by Ted Kremenek · 17 years ago
  86. 43d6975 Fix for testcase that assigns a dereferenced reference to a pointer. The by Bill Wendling · 17 years ago
  87. 2de3b3a Fix isStructureType and isUnionType to ignore typedefs, as stated by Seo Sanghyeon · 17 years ago
  88. ab38e4b Compute side-effect for conditional expression. by Fariborz Jahanian · 17 years ago
  89. e7716e6 make the unused expression warning less noisy by not warning about comma exprs whose by Chris Lattner · 17 years ago
  90. a977636 simplify some code, add support for functions without a proto by Chris Lattner · 17 years ago
  91. 7323a62 String literals are always valid LValues. by Anders Carlsson · 17 years ago
  92. 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
  93. 2ff3e69 Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventually by Ted Kremenek · 17 years ago
  94. 720c4ec Added "isExact" field to FloatingLiteral. This flag indicates whether or not by Ted Kremenek · 17 years ago
  95. 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
  96. fb70806 fix compilation error noticed by Nuno Lopes by Chris Lattner · 17 years ago
  97. 4cc6271 add several cases that Expr::hasStaticStorage missed, pointed out by Oliver Hunt by Chris Lattner · 17 years ago
  98. da5a6b6 sizeof is defined by bitsin(char) not by units of 8 bits. by Chris Lattner · 17 years ago
  99. 7ee261c handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
  100. 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