1. 66e470b Added --use-cxx option to scan-build. by Ted Kremenek · 16 years ago
  2. cc785c8 Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 16 years ago
  3. 58c2960 Store: (static analyzer) by Ted Kremenek · 16 years ago
  4. 60e8b16 Restore Objective-C dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  5. cc37ac5 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
  6. d443415 When creating CXXRecordDecls and RecordDecls within ActOnTag, hook up the new [CXX]RecordDecl with the RecordDecl chain. by Ted Kremenek · 16 years ago
  7. 6f0a241 RecordDecl: by Ted Kremenek · 16 years ago
  8. bae6bbe RecordDecl serialization: by Ted Kremenek · 16 years ago
  9. 10a6fb8 RecordDecl: by Ted Kremenek · 16 years ago
  10. 25d8be1 CXXRecordDecl and RecordDecl: by Ted Kremenek · 16 years ago
  11. 892bc0e - Implement __block. by Steve Naroff · 16 years ago
  12. bf39547 Pull code from last commit. will put back soon. by Steve Naroff · 16 years ago
  13. 6f5d1a1 Implement block pseudo-storage class modifiers (__block, __byref). by Steve Naroff · 16 years ago
  14. 9120c2a recognise .s/.S file extensions. add default value for CCC_LANGUAGES by Nuno Lopes · 16 years ago
  15. 0fe15dc add the other test case for completeness and to avoid regressions in the future by Nuno Lopes · 16 years ago
  16. 266df14 Fix for PR2747: allow pointer->int casts with a null base; these are by Eli Friedman · 16 years ago
  17. d039374 Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 16 years ago
  18. 283b362 An extremely hacky version of transparent_union support; it isn't by Eli Friedman · 16 years ago
  19. 583c31e Make sure to take the unqualified versions of the canonical types for by Eli Friedman · 16 years ago
  20. 6a1fdd9 Fit the comments into 80 columns. by Zhongxing Xu · 16 years ago
  21. 72b4394 Updated checker build. by Ted Kremenek · 16 years ago
  22. 8f9656d readd test as it passes correctly. nice, but weird by Nuno Lopes · 16 years ago
  23. d662caa Backing out r55607 due to logic errors and test regression. by Eli Friedman · 16 years ago
  24. 2168298 Updated checker build. by Ted Kremenek · 16 years ago
  25. 7af441b Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
  26. 1dc2676 fix one more this-is-not-a-constant error. test included by Nuno Lopes · 16 years ago
  27. 987c522 make CheckArithmeticConstantExpression() aware of &foo and pointers by Nuno Lopes · 16 years ago
  28. a7bbf56 codegen constant data as such. add QualType::isConstant() by Nuno Lopes · 16 years ago
  29. b67c606 Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 16 years ago
  30. 58d1624 Handle mutation while enumerating correctly. Fix some bugs. by Anders Carlsson · 16 years ago
  31. 6bdf32d Initial support for CodeGen of for ... in statements. by Anders Carlsson · 16 years ago
  32. 82b0d0c Stub out CodeGenFunction::EmitObjCForCollectionStmt. by Anders Carlsson · 16 years ago
  33. f58cac7 Add code to create the fast enumeration state type by Anders Carlsson · 16 years ago
  34. b52b832 Temporarily disable some tests which due to dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  35. f9225b6 Fix indentation on files in CodeGen and Sema. by Anders Carlsson · 16 years ago
  36. 014a20e Simplify some calls to Builder.CreateCall by Anders Carlsson · 16 years ago
  37. dd85128 Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  38. 0ed60b0 Refactor handling of calls: by Daniel Dunbar · 16 years ago
  39. 6cb194d Add newline at end of file. by Daniel Dunbar · 16 years ago
  40. c6197a5 Improve ccc: by Daniel Dunbar · 16 years ago
  41. 952f473 Downgrade a number of FIXME asserts to ErrorUnsupported. - Notably VLAs by Daniel Dunbar · 16 years ago
  42. 42b265f fix a comment that was forgotten in r54071 by Nico Weber · 16 years ago
  43. 7d3196c minor cleanup by Nico Weber · 16 years ago
  44. 8647924 Added LLVM comment header. by Zhongxing Xu · 16 years ago
  45. c6b27d0 Migrate the rest symbolic analysis stuff to BasicConstraintManager. by Zhongxing Xu · 16 years ago
  46. e6c3175 Add special "property reference" CodeGen::LValue type for emitting by Daniel Dunbar · 16 years ago
  47. 9b4b9e7 Remove dead method. by Ted Kremenek · 16 years ago
  48. 7d630a6 Add newline to end of file. by Daniel Dunbar · 16 years ago
  49. c880ddf Add utils/FindSpecRefs, Python script for generating specification by Daniel Dunbar · 16 years ago
  50. be9b6f7 Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager. by Ted Kremenek · 16 years ago
  51. 10ecba6 Remove BasicStore.h from Xcode project. by Ted Kremenek · 16 years ago
  52. 1486404 Remove BasicStore.h (migrated function prototype for CreateBasicStore() to Store.h) by Ted Kremenek · 16 years ago
  53. db3cfc9 Remove Regions.cpp from VS project file. by Ted Kremenek · 16 years ago
  54. 970e74d Removed Regions.[h,cpp] from the Xcode project. by Ted Kremenek · 16 years ago
  55. 33a78a0 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
  56. 6e91367 Make store "Regions" and "Bindings" more abstract instead of concrete variants. by Ted Kremenek · 16 years ago
  57. c53625b Allow 'make TESTDIRS=Sema' in test/ directory for only running a by Daniel Dunbar · 16 years ago
  58. f79fa65 Updated analyzer build. by Ted Kremenek · 16 years ago
  59. e0a2bc2 Use explicit variable instead of $? by Ted Kremenek · 16 years ago
  60. fd5b19d Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  61. c8ce08a Fixed analyzer caching bug involving the transfer function for loads. by Ted Kremenek · 16 years ago
  62. 461d08c Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 16 years ago
  63. 33a9fdf Always print out the function we're analyzing. by Ted Kremenek · 16 years ago
  64. 448ab62 Fixed analyzer caching bug in DeclStmt. by Ted Kremenek · 16 years ago
  65. 7cfb85b Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 16 years ago
  66. dc22f21 Fix Parser::ParseDeclaratorInternal(): add langopts test when recognizing blocks. by Steve Naroff · 16 years ago
  67. d38e358 Fix compilation error on MSVC. by Argiris Kirtzidis · 16 years ago
  68. 2ea9cfe Ubigraph visualization: represent cached nodes with a different style. by Ted Kremenek · 16 years ago
  69. 96674c8 Enhance ubiviz to support vertex styles. by Ted Kremenek · 16 years ago
  70. 698d6f3 NeXT: Emit mostly-correct property type encoding. by Daniel Dunbar · 16 years ago
  71. 3926ce7 Automatically execute ubiviz. by Ted Kremenek · 16 years ago
  72. ceff264 Update checker build. by Ted Kremenek · 16 years ago
  73. 07404d2 Fix regression: immediately terminate ccc-analyzer when gcc reports an error. by Ted Kremenek · 16 years ago
  74. ff80824 Update Xcode project. by Ted Kremenek · 16 years ago
  75. 8904fbe Make the destructor of ConstraintManager virtual. by Ted Kremenek · 16 years ago
  76. c0a867a Update checker build. by Ted Kremenek · 16 years ago
  77. 9d5b725 Ubigraph-rendered ExplodedGraphs now have arrows and are oriented downward. by Ted Kremenek · 16 years ago
  78. cf26225 Added Ubigraph visualization for the static analyzer (this is pretty alpha quality). by Ted Kremenek · 16 years ago
  79. e15661e Update Xcode project. by Ted Kremenek · 16 years ago
  80. d973f66 Remove regression where the analyzer was not called. by Ted Kremenek · 16 years ago
  81. 7aa5475 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  82. c669497 Refactor Assume logic into a separate class ConstraintManager. by Zhongxing Xu · 16 years ago
  83. 91cc402 Initial support for Obj-C dot-syntax for getters. by Daniel Dunbar · 16 years ago
  84. 43f2b70 Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  85. 0c0160f Add synthesized property methods to protocols and categories in Sema. by Daniel Dunbar · 16 years ago
  86. e7abcc4 Fix "possibly uninitialized" warning. by Daniel Dunbar · 16 years ago
  87. fe131f0 NeXT: Refactor protocol method metadata emission. by Daniel Dunbar · 16 years ago
  88. d01a702 Add addPropertyMethods implementations for by Daniel Dunbar · 16 years ago
  89. e9772a2 Added "Auditor" interface for auditing the construction of ExplodedGraphs. by Ted Kremenek · 16 years ago
  90. 0bd7ddd Make implementation of ExplodedNodeImpl::addPredecessor out-of-line. by Ted Kremenek · 16 years ago
  91. 0cd4903 NeXT: Emit correct properties for category. by Daniel Dunbar · 16 years ago
  92. 1450fc8 Remove default value for 'Pred' argument to GRCoreEngineImpl::GenerateNode(). by Ted Kremenek · 16 years ago
  93. 12996f5 NeXT: Emit metadata for synthetsized properties. by Daniel Dunbar · 16 years ago
  94. 22a015f make www less outdated by Nico Weber · 16 years ago
  95. 15e0baa update documentation by Nico Weber · 16 years ago
  96. f0f1876 Update VS project. by Cédric Venet · 16 years ago
  97. 6b57d43 Objective-C @synthesize support. by Daniel Dunbar · 16 years ago
  98. db3b449 Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  99. dd24b9a constify ObjC*::getClassMethod,getInstanceMethod by Daniel Dunbar · 16 years ago
  100. 8811637 Missed a file; part of: by Daniel Dunbar · 16 years ago