1. e0a2bc2 Use explicit variable instead of $? by Ted Kremenek · 16 years ago
  2. fd5b19d Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  3. c8ce08a Fixed analyzer caching bug involving the transfer function for loads. by Ted Kremenek · 16 years ago
  4. 461d08c Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 16 years ago
  5. 33a9fdf Always print out the function we're analyzing. by Ted Kremenek · 16 years ago
  6. 448ab62 Fixed analyzer caching bug in DeclStmt. by Ted Kremenek · 16 years ago
  7. 7cfb85b Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 16 years ago
  8. dc22f21 Fix Parser::ParseDeclaratorInternal(): add langopts test when recognizing blocks. by Steve Naroff · 16 years ago
  9. d38e358 Fix compilation error on MSVC. by Argiris Kirtzidis · 16 years ago
  10. 2ea9cfe Ubigraph visualization: represent cached nodes with a different style. by Ted Kremenek · 16 years ago
  11. 96674c8 Enhance ubiviz to support vertex styles. by Ted Kremenek · 16 years ago
  12. 698d6f3 NeXT: Emit mostly-correct property type encoding. by Daniel Dunbar · 16 years ago
  13. 3926ce7 Automatically execute ubiviz. by Ted Kremenek · 16 years ago
  14. ceff264 Update checker build. by Ted Kremenek · 16 years ago
  15. 07404d2 Fix regression: immediately terminate ccc-analyzer when gcc reports an error. by Ted Kremenek · 16 years ago
  16. ff80824 Update Xcode project. by Ted Kremenek · 16 years ago
  17. 8904fbe Make the destructor of ConstraintManager virtual. by Ted Kremenek · 16 years ago
  18. c0a867a Update checker build. by Ted Kremenek · 16 years ago
  19. 9d5b725 Ubigraph-rendered ExplodedGraphs now have arrows and are oriented downward. by Ted Kremenek · 16 years ago
  20. cf26225 Added Ubigraph visualization for the static analyzer (this is pretty alpha quality). by Ted Kremenek · 16 years ago
  21. e15661e Update Xcode project. by Ted Kremenek · 16 years ago
  22. d973f66 Remove regression where the analyzer was not called. by Ted Kremenek · 16 years ago
  23. 7aa5475 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  24. c669497 Refactor Assume logic into a separate class ConstraintManager. by Zhongxing Xu · 16 years ago
  25. 91cc402 Initial support for Obj-C dot-syntax for getters. by Daniel Dunbar · 16 years ago
  26. 43f2b70 Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  27. 0c0160f Add synthesized property methods to protocols and categories in Sema. by Daniel Dunbar · 16 years ago
  28. e7abcc4 Fix "possibly uninitialized" warning. by Daniel Dunbar · 16 years ago
  29. fe131f0 NeXT: Refactor protocol method metadata emission. by Daniel Dunbar · 16 years ago
  30. d01a702 Add addPropertyMethods implementations for by Daniel Dunbar · 16 years ago
  31. e9772a2 Added "Auditor" interface for auditing the construction of ExplodedGraphs. by Ted Kremenek · 16 years ago
  32. 0bd7ddd Make implementation of ExplodedNodeImpl::addPredecessor out-of-line. by Ted Kremenek · 16 years ago
  33. 0cd4903 NeXT: Emit correct properties for category. by Daniel Dunbar · 16 years ago
  34. 1450fc8 Remove default value for 'Pred' argument to GRCoreEngineImpl::GenerateNode(). by Ted Kremenek · 16 years ago
  35. 12996f5 NeXT: Emit metadata for synthetsized properties. by Daniel Dunbar · 16 years ago
  36. 22a015f make www less outdated by Nico Weber · 16 years ago
  37. 15e0baa update documentation by Nico Weber · 16 years ago
  38. f0f1876 Update VS project. by Cédric Venet · 16 years ago
  39. 6b57d43 Objective-C @synthesize support. by Daniel Dunbar · 16 years ago
  40. db3b449 Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  41. dd24b9a constify ObjC*::getClassMethod,getInstanceMethod by Daniel Dunbar · 16 years ago
  42. 8811637 Missed a file; part of: by Daniel Dunbar · 16 years ago
  43. eaf91c3 Move implicit Obj-C param creation into ObjCMethodDecl. by Daniel Dunbar · 16 years ago
  44. 14117fc Rename ObjCPropertyImplDecl::PropertyImplKind (consistency) by Daniel Dunbar · 16 years ago
  45. 4b8babe Fix return type for setter method. by Daniel Dunbar · 16 years ago
  46. 70cdeaa Synthesize property setter method as we do for getter. by Daniel Dunbar · 16 years ago
  47. cd23bb2 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  48. 769e730 Do typechecking and codegen for K&R-style function declarations by Eli Friedman · 16 years ago
  49. 5d15173 Update checker build. by Ted Kremenek · 16 years ago
  50. 1fad3c6 Fix for PR2720; be a little bit more permissive in initializers for by Eli Friedman · 16 years ago
  51. de1bd94 Support __PRETTY_FUNCTION__ and friends in Obj-C methods. by Daniel Dunbar · 16 years ago
  52. cdb2ae0 Use path information from .info files when computing common prefix information. by Ted Kremenek · 16 years ago
  53. a9c88eb Use the same 'cc' for generated preprocessed crash files as we do for compilation. by Ted Kremenek · 16 years ago
  54. 8094b41 ccc-analyzer now correctly reports the exit code from 'cc'. by Ted Kremenek · 16 years ago
  55. 398a815 Add test case for function-pointer-cast-of-global as constant expression. by Daniel Dunbar · 16 years ago
  56. c339cf8 Update Xcode project. by Ted Kremenek · 16 years ago
  57. f5fce10 Added 'extents' for Regions. by Ted Kremenek · 16 years ago
  58. 8d0bcb0 Objective-C foreach selector elements must be lvalues. by Anders Carlsson · 16 years ago
  59. 5d54eed Change another is-a-pointer check to check in terms of LLVM type. by Daniel Dunbar · 16 years ago
  60. 238335f Do is-a-pointer checks in terms of LLVM types in by Daniel Dunbar · 16 years ago
  61. 157e1e6 Stop asserting in TargetInfo::validateInputConstraint by Daniel Dunbar · 16 years ago
  62. b1ee5d6 Fix Obj-C super sends inside class methods. by Daniel Dunbar · 16 years ago
  63. 5c182f2 Name struct types generated for Obj-C classes. by Daniel Dunbar · 16 years ago
  64. ad30be4 Use DenseMap on IdentifierInfo instead of StringMap. by Daniel Dunbar · 16 years ago
  65. 8ede005 NeXT: Emit symbols used to manage linking of Obj-C classes. by Daniel Dunbar · 16 years ago
  66. 40b9077 Handle emitting __builtin_huge_valf as a constant expr. by Anders Carlsson · 16 years ago
  67. ae61b00 Make code generation of ivar ref exprs more like member exprs. by Anders Carlsson · 16 years ago
  68. b10bac7 Handle static variables inside obj-c methods. by Anders Carlsson · 16 years ago
  69. 8280e11 Convert qualified interface types correctly. by Anders Carlsson · 16 years ago
  70. e0f00b3 Fix silly bug in objc_gc attribute parsing and add test case by Anders Carlsson · 16 years ago
  71. cb6d412 Pass SourceRanges by reference to the various Diag methods. by Argiris Kirtzidis · 16 years ago
  72. 42aedde Add a Parser::Diag overload that can receive a custom string along with a SourceRange. by Argiris Kirtzidis · 16 years ago
  73. a586ce1 Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens. by Argiris Kirtzidis · 16 years ago
  74. f8c1ba9 Update VS projects. by Cédric Venet · 16 years ago
  75. 880182b other updates by Chris Lattner · 16 years ago
  76. 079f8a9 link to c++ status page by Chris Lattner · 16 years ago
  77. 05e9558 codegen is still not 'finished', but in a better state than before. by Chris Lattner · 16 years ago
  78. e707944 Moved HTMLDiagnostics to lib/Driver. by Zhongxing Xu · 16 years ago
  79. 1d0db05 Add svn:ignore for docs/{doxygen,doxygen.tar.gz} by Daniel Dunbar · 16 years ago
  80. da4ffb9 Comment tweak. by Chris Lattner · 16 years ago
  81. d83141a5 Add support for parsing the objc_gc attribute. Tests will come shortly. by Anders Carlsson · 16 years ago
  82. 1c8962e adjust to changes in various APIs from LLVM. We can't print by Chris Lattner · 16 years ago
  83. d7601d3 Add carbon.cpp and cocoa.mm tests by Anders Carlsson · 16 years ago
  84. 8930fb5 Make sure to create CXX record decls for the implicit Obj-C type declarations. This lets us compile Cocoa.h as Objective-C++ by Anders Carlsson · 16 years ago
  85. c3b8ab0 Update ccc driver by Daniel Dunbar · 16 years ago
  86. ed6c214 treat bool literals as constatnt expressions. by Anders Carlsson · 16 years ago
  87. af1864b Handle Objective-C++ tests. by Anders Carlsson · 16 years ago
  88. 28075fa Reserved C++ words are valid selectors in Objective-C++ by Anders Carlsson · 16 years ago
  89. 4715ebb Handle static initializers in Objective-C++ methods. by Anders Carlsson · 16 years ago
  90. 750eb97 Add CodeGen support for CXXZeroInitValueExpr. by Argiris Kirtzidis · 16 years ago
  91. 868dcdb Add a null pointer test in the type-convert-construct.cpp tests. by Argiris Kirtzidis · 16 years ago
  92. 458deb7 Handle AddrLabelExprs in Expr::isConstantExpr by Anders Carlsson · 16 years ago
  93. 182418c Drop a dead call to isConstantExpr() by Daniel Dunbar · 16 years ago
  94. dbdb951 NeXT: Clean up constant CFString handling. by Daniel Dunbar · 16 years ago
  95. 96c1646 Add header search paths for dragonfly, patch by Sascha Wildner! by Chris Lattner · 16 years ago
  96. d4faca4 Add dragonfly target support, patch by Sascha Wildner by Chris Lattner · 16 years ago
  97. ec736b6 Tweak the indentation for a couple of files by Anders Carlsson · 16 years ago
  98. 07f9ade CXXFunctionalCastExpr is a subclass of CastExpr. Make it known to isa/dyn_cast/cast. by Argiris Kirtzidis · 16 years ago
  99. 1370cf1 Add a safety check. by Argiris Kirtzidis · 16 years ago
  100. ee66a27 Change line endings: CRLF -> LF by Argiris Kirtzidis · 16 years ago