1. 6812a73 RecordDecl serialization: by Ted Kremenek · 16 years ago
  2. a39da06 RecordDecl: by Ted Kremenek · 16 years ago
  3. df91eca CXXRecordDecl and RecordDecl: by Ted Kremenek · 16 years ago
  4. b4eaf9c - Implement __block. by Steve Naroff · 16 years ago
  5. c9a4eea Pull code from last commit. will put back soon. by Steve Naroff · 16 years ago
  6. 042f955 Implement block pseudo-storage class modifiers (__block, __byref). by Steve Naroff · 16 years ago
  7. 24653e8 recognise .s/.S file extensions. add default value for CCC_LANGUAGES by Nuno Lopes · 16 years ago
  8. 67c8601 add the other test case for completeness and to avoid regressions in the future by Nuno Lopes · 16 years ago
  9. b529d83 Fix for PR2747: allow pointer->int casts with a null base; these are by Eli Friedman · 16 years ago
  10. 6f7adbd Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 16 years ago
  11. bc88745 An extremely hacky version of transparent_union support; it isn't by Eli Friedman · 16 years ago
  12. f1c7b48 Make sure to take the unqualified versions of the canonical types for by Eli Friedman · 16 years ago
  13. f43aa44 Fit the comments into 80 columns. by Zhongxing Xu · 16 years ago
  14. c119e1d Updated checker build. by Ted Kremenek · 16 years ago
  15. 62b6a65 readd test as it passes correctly. nice, but weird by Nuno Lopes · 16 years ago
  16. 6d4abe1 Backing out r55607 due to logic errors and test regression. by Eli Friedman · 16 years ago
  17. 758d6ef Updated checker build. by Ted Kremenek · 16 years ago
  18. 7fb43c1 Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
  19. 73419bf fix one more this-is-not-a-constant error. test included by Nuno Lopes · 16 years ago
  20. f7e37ce make CheckArithmeticConstantExpression() aware of &foo and pointers by Nuno Lopes · 16 years ago
  21. b381aac codegen constant data as such. add QualType::isConstant() by Nuno Lopes · 16 years ago
  22. cc1b853 Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 16 years ago
  23. 2abd89c Handle mutation while enumerating correctly. Fix some bugs. by Anders Carlsson · 16 years ago
  24. f484c31 Initial support for CodeGen of for ... in statements. by Anders Carlsson · 16 years ago
  25. 3d8400d Stub out CodeGenFunction::EmitObjCForCollectionStmt. by Anders Carlsson · 16 years ago
  26. bd4c1ad Add code to create the fast enumeration state type by Anders Carlsson · 16 years ago
  27. 4bbef0f Temporarily disable some tests which due to dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  28. 1a8f001 Fix indentation on files in CodeGen and Sema. by Anders Carlsson · 16 years ago
  29. 9584446 Simplify some calls to Builder.CreateCall by Anders Carlsson · 16 years ago
  30. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  31. 19cd87e Refactor handling of calls: by Daniel Dunbar · 16 years ago
  32. 0e194dd Add newline at end of file. by Daniel Dunbar · 16 years ago
  33. d3d8141 Improve ccc: by Daniel Dunbar · 16 years ago
  34. 662174c8 Downgrade a number of FIXME asserts to ErrorUnsupported. - Notably VLAs by Daniel Dunbar · 16 years ago
  35. 91c027e fix a comment that was forgotten in r54071 by Nico Weber · 16 years ago
  36. 491be73 minor cleanup by Nico Weber · 16 years ago
  37. d19e21b Added LLVM comment header. by Zhongxing Xu · 16 years ago
  38. 39cfed3 Migrate the rest symbolic analysis stuff to BasicConstraintManager. by Zhongxing Xu · 16 years ago
  39. 85c59ed Add special "property reference" CodeGen::LValue type for emitting by Daniel Dunbar · 16 years ago
  40. d70900b Remove dead method. by Ted Kremenek · 16 years ago
  41. 932680e Add newline to end of file. by Daniel Dunbar · 16 years ago
  42. 33b5118 Add utils/FindSpecRefs, Python script for generating specification by Daniel Dunbar · 16 years ago
  43. 2bc39c6 Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager. by Ted Kremenek · 16 years ago
  44. 561ca4b Remove BasicStore.h from Xcode project. by Ted Kremenek · 16 years ago
  45. c0637cf Remove BasicStore.h (migrated function prototype for CreateBasicStore() to Store.h) by Ted Kremenek · 16 years ago
  46. a3206b4 Remove Regions.cpp from VS project file. by Ted Kremenek · 16 years ago
  47. 58ecc94 Removed Regions.[h,cpp] from the Xcode project. by Ted Kremenek · 16 years ago
  48. 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
  49. 5f81c44 Make store "Regions" and "Bindings" more abstract instead of concrete variants. by Ted Kremenek · 16 years ago
  50. 852119e Allow 'make TESTDIRS=Sema' in test/ directory for only running a by Daniel Dunbar · 16 years ago
  51. fe1ab5e Updated analyzer build. by Ted Kremenek · 16 years ago
  52. 6f12007 Use explicit variable instead of $? by Ted Kremenek · 16 years ago
  53. 296e8d5 Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  54. 982e674 Fixed analyzer caching bug involving the transfer function for loads. by Ted Kremenek · 16 years ago
  55. aa1f9f1 Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 16 years ago
  56. 45479c8 Always print out the function we're analyzing. by Ted Kremenek · 16 years ago
  57. e6c62e3 Fixed analyzer caching bug in DeclStmt. by Ted Kremenek · 16 years ago
  58. 9048891 Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 16 years ago
  59. 4ef1c99 Fix Parser::ParseDeclaratorInternal(): add langopts test when recognizing blocks. by Steve Naroff · 16 years ago
  60. 77a49f6 Fix compilation error on MSVC. by Argyrios Kyrtzidis · 16 years ago
  61. 56b9871 Ubigraph visualization: represent cached nodes with a different style. by Ted Kremenek · 16 years ago
  62. f1f1700 Enhance ubiviz to support vertex styles. by Ted Kremenek · 16 years ago
  63. c56f34a NeXT: Emit mostly-correct property type encoding. by Daniel Dunbar · 16 years ago
  64. 710ad93 Automatically execute ubiviz. by Ted Kremenek · 16 years ago
  65. 9b111a0 Update checker build. by Ted Kremenek · 16 years ago
  66. cb344d0 Fix regression: immediately terminate ccc-analyzer when gcc reports an error. by Ted Kremenek · 16 years ago
  67. 6855492 Update Xcode project. by Ted Kremenek · 16 years ago
  68. 05125f1 Make the destructor of ConstraintManager virtual. by Ted Kremenek · 16 years ago
  69. abebf0f Update checker build. by Ted Kremenek · 16 years ago
  70. d128932 Ubigraph-rendered ExplodedGraphs now have arrows and are oriented downward. by Ted Kremenek · 16 years ago
  71. f8ce699 Added Ubigraph visualization for the static analyzer (this is pretty alpha quality). by Ted Kremenek · 16 years ago
  72. 99d6148 Update Xcode project. by Ted Kremenek · 16 years ago
  73. 948e06b Remove regression where the analyzer was not called. by Ted Kremenek · 16 years ago
  74. 5618bd4 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  75. 30ad167 Refactor Assume logic into a separate class ConstraintManager. by Zhongxing Xu · 16 years ago
  76. 9c3fc70 Initial support for Obj-C dot-syntax for getters. by Daniel Dunbar · 16 years ago
  77. 8a7267e Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  78. b20ef3e Add synthesized property methods to protocols and categories in Sema. by Daniel Dunbar · 16 years ago
  79. e86d923 Fix "possibly uninitialized" warning. by Daniel Dunbar · 16 years ago
  80. ae226fa NeXT: Refactor protocol method metadata emission. by Daniel Dunbar · 16 years ago
  81. 7b47322 Add addPropertyMethods implementations for by Daniel Dunbar · 16 years ago
  82. 2e28754 Added "Auditor" interface for auditing the construction of ExplodedGraphs. by Ted Kremenek · 16 years ago
  83. 45b8789 Make implementation of ExplodedNodeImpl::addPredecessor out-of-line. by Ted Kremenek · 16 years ago
  84. 86e2f40 NeXT: Emit correct properties for category. by Daniel Dunbar · 16 years ago
  85. 38a23ba Remove default value for 'Pred' argument to GRCoreEngineImpl::GenerateNode(). by Ted Kremenek · 16 years ago
  86. c45ef60 NeXT: Emit metadata for synthetsized properties. by Daniel Dunbar · 16 years ago
  87. 647d3fe make www less outdated by Nico Weber · 16 years ago
  88. 4e3ee00 update documentation by Nico Weber · 16 years ago
  89. ef73997 Update VS project. by Cedric Venet · 16 years ago
  90. af05bb9 Objective-C @synthesize support. by Daniel Dunbar · 16 years ago
  91. 394d33f Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  92. 3216dcd constify ObjC*::getClassMethod,getInstanceMethod by Daniel Dunbar · 16 years ago
  93. 08a356c Missed a file; part of: by Daniel Dunbar · 16 years ago
  94. 451318c Move implicit Obj-C param creation into ObjCMethodDecl. by Daniel Dunbar · 16 years ago
  95. 9f0afd4 Rename ObjCPropertyImplDecl::PropertyImplKind (consistency) by Daniel Dunbar · 16 years ago
  96. 5fa6331 Fix return type for setter method. by Daniel Dunbar · 16 years ago
  97. 4d7da2f Synthesize property setter method as we do for getter. by Daniel Dunbar · 16 years ago
  98. a56f746 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  99. eb4b705 Do typechecking and codegen for K&R-style function declarations by Eli Friedman · 16 years ago
  100. c9e56b2 Update checker build. by Ted Kremenek · 16 years ago