1. f80519b Set function attributes (sext, zext, etc.) on Objective-C methods. by Daniel Dunbar · 16 years ago
  2. fe2b2c0 Fix infinite loop in for ... in code generation. by Daniel Dunbar · 16 years ago
  3. e933450 Fix CFG construction bug: by Ted Kremenek · 16 years ago
  4. 7ad1b1f Prevent invalid warnings about incomplete implementations for methods by Daniel Dunbar · 16 years ago
  5. 39218df Touchup CheckSingleAssignmentConstraints() and CheckCompareOperands() to check for block pointers. by Steve Naroff · 16 years ago
  6. bfdcae6 Fix a handful of typos (closure->block) to avoid confusion. by Steve Naroff · 16 years ago
  7. 1c7d067 Add type checking for blocks. by Steve Naroff · 16 years ago
  8. 3a2c744 Generate error if we try to implicit cast between different address spaces by Mon P Wang · 16 years ago
  9. c67876d NeXT: Emit lazy reference to Protocol class for forward protocol by Daniel Dunbar · 16 years ago
  10. 90df4b6 Avoid superfluous errors regarding variable-length arrays (casts). by Daniel Dunbar · 16 years ago
  11. 80e62c2 Implement codegen of aggregates as lvalues in binary expressions, by Daniel Dunbar · 16 years ago
  12. 33ad012 Set register storage class correctly for function parameters. - PR2730 by Daniel Dunbar · 16 years ago
  13. d5f8a4f Add __builtin_object_size support. by Daniel Dunbar · 16 years ago
  14. 4eb206b Add semantic analysis for "blocks". by Steve Naroff · 16 years ago
  15. a89d197 Fix 80 col violations. by Ted Kremenek · 16 years ago
  16. 40727a4 Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 16 years ago
  17. 60dbad8 Store: (static analyzer) by Ted Kremenek · 16 years ago
  18. 2307d31 Restore Objective-C dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  19. e66f4e3 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
  20. 7e8cc57 When creating CXXRecordDecls and RecordDecls within ActOnTag, hook up the new [CXX]RecordDecl with the RecordDecl chain. by Ted Kremenek · 16 years ago
  21. 6359792 RecordDecl: by Ted Kremenek · 16 years ago
  22. 6812a73 RecordDecl serialization: by Ted Kremenek · 16 years ago
  23. a39da06 RecordDecl: by Ted Kremenek · 16 years ago
  24. df91eca CXXRecordDecl and RecordDecl: by Ted Kremenek · 16 years ago
  25. b4eaf9c - Implement __block. by Steve Naroff · 16 years ago
  26. c9a4eea Pull code from last commit. will put back soon. by Steve Naroff · 16 years ago
  27. 042f955 Implement block pseudo-storage class modifiers (__block, __byref). by Steve Naroff · 16 years ago
  28. b529d83 Fix for PR2747: allow pointer->int casts with a null base; these are by Eli Friedman · 16 years ago
  29. 6f7adbd Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 16 years ago
  30. bc88745 An extremely hacky version of transparent_union support; it isn't by Eli Friedman · 16 years ago
  31. f1c7b48 Make sure to take the unqualified versions of the canonical types for by Eli Friedman · 16 years ago
  32. 6d4abe1 Backing out r55607 due to logic errors and test regression. by Eli Friedman · 16 years ago
  33. 7fb43c1 Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
  34. 73419bf fix one more this-is-not-a-constant error. test included by Nuno Lopes · 16 years ago
  35. f7e37ce make CheckArithmeticConstantExpression() aware of &foo and pointers by Nuno Lopes · 16 years ago
  36. b381aac codegen constant data as such. add QualType::isConstant() by Nuno Lopes · 16 years ago
  37. cc1b853 Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 16 years ago
  38. 2abd89c Handle mutation while enumerating correctly. Fix some bugs. by Anders Carlsson · 16 years ago
  39. f484c31 Initial support for CodeGen of for ... in statements. by Anders Carlsson · 16 years ago
  40. 3d8400d Stub out CodeGenFunction::EmitObjCForCollectionStmt. by Anders Carlsson · 16 years ago
  41. bd4c1ad Add code to create the fast enumeration state type by Anders Carlsson · 16 years ago
  42. 9584446 Simplify some calls to Builder.CreateCall by Anders Carlsson · 16 years ago
  43. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  44. 19cd87e Refactor handling of calls: by Daniel Dunbar · 16 years ago
  45. 0e194dd Add newline at end of file. by Daniel Dunbar · 16 years ago
  46. 662174c8 Downgrade a number of FIXME asserts to ErrorUnsupported. - Notably VLAs by Daniel Dunbar · 16 years ago
  47. 491be73 minor cleanup by Nico Weber · 16 years ago
  48. d19e21b Added LLVM comment header. by Zhongxing Xu · 16 years ago
  49. 39cfed3 Migrate the rest symbolic analysis stuff to BasicConstraintManager. by Zhongxing Xu · 16 years ago
  50. 85c59ed Add special "property reference" CodeGen::LValue type for emitting by Daniel Dunbar · 16 years ago
  51. d70900b Remove dead method. by Ted Kremenek · 16 years ago
  52. 2bc39c6 Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager. by Ted Kremenek · 16 years ago
  53. c0637cf Remove BasicStore.h (migrated function prototype for CreateBasicStore() to Store.h) by Ted Kremenek · 16 years ago
  54. 05d0977 Remove Regions.h and Regions.cpp, since we are now using an even more abstract representation of "memory regions" in the static analyzer. by Ted Kremenek · 16 years ago
  55. 5f81c44 Make store "Regions" and "Bindings" more abstract instead of concrete variants. by Ted Kremenek · 16 years ago
  56. 296e8d5 Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  57. 982e674 Fixed analyzer caching bug involving the transfer function for loads. by Ted Kremenek · 16 years ago
  58. aa1f9f1 Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 16 years ago
  59. e6c62e3 Fixed analyzer caching bug in DeclStmt. by Ted Kremenek · 16 years ago
  60. 9048891 Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 16 years ago
  61. 4ef1c99 Fix Parser::ParseDeclaratorInternal(): add langopts test when recognizing blocks. by Steve Naroff · 16 years ago
  62. c56f34a NeXT: Emit mostly-correct property type encoding. by Daniel Dunbar · 16 years ago
  63. 05125f1 Make the destructor of ConstraintManager virtual. by Ted Kremenek · 16 years ago
  64. 5618bd4 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  65. 30ad167 Refactor Assume logic into a separate class ConstraintManager. by Zhongxing Xu · 16 years ago
  66. 9c3fc70 Initial support for Obj-C dot-syntax for getters. by Daniel Dunbar · 16 years ago
  67. b20ef3e Add synthesized property methods to protocols and categories in Sema. by Daniel Dunbar · 16 years ago
  68. e86d923 Fix "possibly uninitialized" warning. by Daniel Dunbar · 16 years ago
  69. ae226fa NeXT: Refactor protocol method metadata emission. by Daniel Dunbar · 16 years ago
  70. 7b47322 Add addPropertyMethods implementations for by Daniel Dunbar · 16 years ago
  71. 2e28754 Added "Auditor" interface for auditing the construction of ExplodedGraphs. by Ted Kremenek · 16 years ago
  72. 45b8789 Make implementation of ExplodedNodeImpl::addPredecessor out-of-line. by Ted Kremenek · 16 years ago
  73. 86e2f40 NeXT: Emit correct properties for category. by Daniel Dunbar · 16 years ago
  74. 38a23ba Remove default value for 'Pred' argument to GRCoreEngineImpl::GenerateNode(). by Ted Kremenek · 16 years ago
  75. c45ef60 NeXT: Emit metadata for synthetsized properties. by Daniel Dunbar · 16 years ago
  76. af05bb9 Objective-C @synthesize support. by Daniel Dunbar · 16 years ago
  77. 394d33f Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  78. 3216dcd constify ObjC*::getClassMethod,getInstanceMethod by Daniel Dunbar · 16 years ago
  79. 08a356c Missed a file; part of: by Daniel Dunbar · 16 years ago
  80. 451318c Move implicit Obj-C param creation into ObjCMethodDecl. by Daniel Dunbar · 16 years ago
  81. 9f0afd4 Rename ObjCPropertyImplDecl::PropertyImplKind (consistency) by Daniel Dunbar · 16 years ago
  82. 5fa6331 Fix return type for setter method. by Daniel Dunbar · 16 years ago
  83. 4d7da2f Synthesize property setter method as we do for getter. by Daniel Dunbar · 16 years ago
  84. a56f746 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  85. eb4b705 Do typechecking and codegen for K&R-style function declarations by Eli Friedman · 16 years ago
  86. c3f0764 Fix for PR2720; be a little bit more permissive in initializers for by Eli Friedman · 16 years ago
  87. 6ba82a4 Support __PRETTY_FUNCTION__ and friends in Obj-C methods. by Daniel Dunbar · 16 years ago
  88. d0c4b28 Added 'extents' for Regions. by Ted Kremenek · 16 years ago
  89. 1fe379f Objective-C foreach selector elements must be lvalues. by Anders Carlsson · 16 years ago
  90. d1d66bc Change another is-a-pointer check to check in terms of LLVM type. by Daniel Dunbar · 16 years ago
  91. 270cc66 Do is-a-pointer checks in terms of LLVM types in by Daniel Dunbar · 16 years ago
  92. 302684c Stop asserting in TargetInfo::validateInputConstraint by Daniel Dunbar · 16 years ago
  93. f56f191 Fix Obj-C super sends inside class methods. by Daniel Dunbar · 16 years ago
  94. 8af9c78 Name struct types generated for Obj-C classes. by Daniel Dunbar · 16 years ago
  95. 90db882 Use DenseMap on IdentifierInfo instead of StringMap. by Daniel Dunbar · 16 years ago
  96. 242d4dc NeXT: Emit symbols used to manage linking of Obj-C classes. by Daniel Dunbar · 16 years ago
  97. 2ea2b5e Handle emitting __builtin_huge_valf as a constant expr. by Anders Carlsson · 16 years ago
  98. 29b7e50 Make code generation of ivar ref exprs more like member exprs. by Anders Carlsson · 16 years ago
  99. 19567ee Handle static variables inside obj-c methods. by Anders Carlsson · 16 years ago
  100. 6c2dae7 Convert qualified interface types correctly. by Anders Carlsson · 16 years ago