1. ed4214c Small fix. by Zhongxing Xu · 15 years ago
  2. 9579898 Remove extents of dead symbolic regions when RemoveDeadBindings. by Zhongxing Xu · 15 years ago
  3. ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 15 years ago
  4. d775c66 Update retain-release checker to understand changes to how 'super' is represented by Ted Kremenek · 15 years ago
  5. 8f32675 Pass around an error SourceRange instead of an Expr* when reporting errors by Ted Kremenek · 15 years ago
  6. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 15 years ago
  7. 6362b89 Add option '-analyzer-max-loop', which specifies the maximum by Zhongxing Xu · 15 years ago
  8. 506b57e Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed by John McCall · 15 years ago
  9. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 15 years ago
  10. 8e98ac1 Relax an assertion. Various cases could lead to non-symbol values. by Zhongxing Xu · 15 years ago
  11. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
  12. a5fdd9c Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! by Douglas Gregor · 15 years ago
  13. 1c625f2 Turn -analyzer-inline-call on for C functions. This also fixed a bug that by Zhongxing Xu · 15 years ago
  14. 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 15 years ago
  15. 71b1d0e Unbreak CMake build. by Douglas Gregor · 15 years ago
  16. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 15 years ago
  17. fb87b89 Introduce Type::isStructureOrClassType(), which does the obvious by Douglas Gregor · 15 years ago
  18. d8383d4 CXXNamedCastExpr is actually an abstract expression. by Zhongxing Xu · 15 years ago
  19. 978b935 Use the right predecessor. by Zhongxing Xu · 15 years ago
  20. 6b85138 Add initial support for C++ delete expr. by Zhongxing Xu · 15 years ago
  21. 04badcf Overhaul the AST representation of Objective-C message send by Douglas Gregor · 15 years ago
  22. 107ccd1 Replace code with a method call. No functionality change. by Zhongxing Xu · 15 years ago
  23. 59fea60 Use GetState() to get the possible cleaned state. by Zhongxing Xu · 15 years ago
  24. b17b1b3 Improve handling of CXXNewExpr. by Zhongxing Xu · 15 years ago
  25. cb421fa Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
  26. cb7464a Move all C++ expression evaluation logic into its own file. by Zhongxing Xu · 15 years ago
  27. 856c6bc Analyzer: add support for CXXNewExpr. by Zhongxing Xu · 15 years ago
  28. 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 15 years ago
  29. d617b85 Static analyzer: Don't crash when casting a symbolic region address to a float. Fixes PR 6854. by Ted Kremenek · 15 years ago
  30. 1b49d76 Fix PR 6844, a regression caused by the introduction of llvm_unreachable for the default by Ted Kremenek · 15 years ago
  31. 868e78d Move GRStmtNodeBuilder::MakeNode() out of line. No functionality change. by Zhongxing Xu · 15 years ago
  32. 477323d Add support for CXXBoolLiteralExpr. by Zhongxing Xu · 15 years ago
  33. bc9ad74 Make all cases that we don't handle explicit. by Zhongxing Xu · 15 years ago
  34. 0d9d736 Dispatch all C++ cast expr to VisitCast(). by Zhongxing Xu · 15 years ago
  35. 66d5142 Remove copy of 'Optional' in Clang tree, and convert clients to use the one now in the LLVM tree. by Ted Kremenek · 15 years ago
  36. bace4ba For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin. by Ted Kremenek · 15 years ago
  37. 5d07401 Temporarily only enable 'open' check on Mac OS X to unbreak Windows buildbot. I'm by Ted Kremenek · 15 years ago
  38. 99d9838 Add static analyzer check for calls to 'pthread_once()' where the control-flow has by Ted Kremenek · 15 years ago
  39. 974d97b Fix crash in StoreManager::CastRegion() when the base region is a type with 0 size. by Ted Kremenek · 15 years ago
  40. 68b9a59 Teach MemRegion::getBaseRegion() about ObjCIvarRegions. We want to treat by Ted Kremenek · 15 years ago
  41. 7f33085 Fix PR 6725. It looks like the copy constructor gets elided during inlining. by Zhongxing Xu · 15 years ago
  42. 7b73b92 Always assume block-level expressions in the caller are alive when analyzing by Zhongxing Xu · 15 years ago
  43. b3e485c Since now we process regions in clusters when removing dead bindings, this by Zhongxing Xu · 15 years ago
  44. 9618b85 Use the element type to compute the array size when the base region is a VarRegion. by Zhongxing Xu · 15 years ago
  45. 950db87 Initial support for visiting CXXMemberCallExpr. by Zhongxing Xu · 15 years ago
  46. 3a3e584 Improve C++ constructor handling. by Zhongxing Xu · 15 years ago
  47. 75a2d94 Fix a bug (PR 6699) in RegionStore::RemoveDeadBindings() where by Ted Kremenek · 15 years ago
  48. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
  49. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
  50. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
  51. 23cba80 Introduce a new kind of derived-to-base cast which bypasses the need for by John McCall · 15 years ago
  52. 4552ff0 RegionStore: specially handle loads from integer global variables declared 'const'. by Ted Kremenek · 15 years ago
  53. 2cf073b Use 'const Optional<SVal>&' to avoid an extra copy. by Ted Kremenek · 15 years ago
  54. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  55. 8891c42 Change the analyzer to recognize (but ignore) assignments to isa. Fixes PR 6302. by Ted Kremenek · 15 years ago
  56. 802c66e Be a bit more consistent in using operator-> by Rafael Espindola · 15 years ago
  57. 5e2d2c2 Checker: random include cleanup. by Benjamin Kramer · 15 years ago
  58. cfd8ea9 Fix NoReturnFunctionChecker to properly look at a function's type by Ted Kremenek · 15 years ago
  59. 0541d10 Add methods to remove a GDM entry. by Zhongxing Xu · 15 years ago
  60. 2c01676 Use llvm::SmallString instead of std::string. by Ted Kremenek · 15 years ago
  61. 431a2cb Improve static analyzer diagnostic concerning the use of 'mktemp' by Ted Kremenek · 15 years ago
  62. 8e18c1b Bind the constructed object value to CXXConstructExpr. by Zhongxing Xu · 15 years ago
  63. 13b7639 update CMakeLists.txt by Zhongxing Xu · 15 years ago
  64. bd2b208 Clear the return expr GDM after using it. by Zhongxing Xu · 15 years ago
  65. 7b71c19 Add a AggExprVisitor class. It contains lots of boiler by Zhongxing Xu · 15 years ago
  66. 41ca134 merge line. by Zhongxing Xu · 15 years ago
  67. d9e0c0f Since we now may have basicblocks with the same block is in different function, by Zhongxing Xu · 15 years ago
  68. 452b84d Tweak null dereference diagnostics to give clearer diagnostics when by Ted Kremenek · 15 years ago
  69. 12182a0 Improve the diagnostics for the UndefinedAssignmentChecker when an by Ted Kremenek · 15 years ago
  70. 909e6aa Sort calls to add_clang_library() by Kovarththanan Rajaratnam · 15 years ago
  71. 3e0e41c Delete the new visitor if an old one already exists. by Ted Kremenek · 15 years ago
  72. ff7f736 Reapply r99024 (but with the memory issue now fixed). by Ted Kremenek · 15 years ago
  73. 1b43102 Check if a BugReporterVisitor has already been added to a BugReporterContext. by Ted Kremenek · 15 years ago
  74. 0f2c907 Revert r99024, "Augment path diagnostics to include displaying when a message by Daniel Dunbar · 15 years ago
  75. 2d46f4d Augment path diagnostics to include displaying when a message expression by Ted Kremenek · 15 years ago
  76. 8133716 Refactor argument checking in CallAndMessageChecker to be the same by Ted Kremenek · 15 years ago
  77. 091b588 Detect pass-by-value arguments that are structs that contain uninitialized data. by Ted Kremenek · 15 years ago
  78. ebd42f4 Tweak dead stores checker to not emit a warning when initialization by Ted Kremenek · 15 years ago
  79. 17ddf1c Mark CXXThisRegion in the current or parent stack frame context as live so that by Zhongxing Xu · 15 years ago
  80. c506357 Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked by Zhongxing Xu · 15 years ago
  81. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
  82. 957a2b7 Simplify assertion. by Ted Kremenek · 15 years ago
  83. a03430e Remove '#if 0' code. Lazy compound values have proven their worth. by Ted Kremenek · 15 years ago
  84. d69493a Remove the subregion map cache. It is no longer used. by Ted Kremenek · 15 years ago
  85. b7118f7 Fix stale comment. by Ted Kremenek · 15 years ago
  86. 5499b84 Really apply (unnoticed weird git-svn merge conflict in 98144): Refactor RegionStore::RemoveDeadBindings to use the same core cluster analysis algorithm as RegionStore::InvalidateRegions(). by Ted Kremenek · 15 years ago
  87. e5ea0ca Refactor RegionStore::RemoveDeadBindings to use the same core by Ted Kremenek · 15 years ago
  88. a4fab03 Refactor some of RegionStore's InvalidateRegionsWorker class by Ted Kremenek · 15 years ago
  89. c802378 Add use-after-free check to MallocChecker. by Zhongxing Xu · 15 years ago
  90. 30986dd Enhance basic store to also lazily symbolicate VarRegions by Ted Kremenek · 15 years ago
  91. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
  92. a48b284 Remove unused headers. by Duncan Sands · 15 years ago
  93. c179a7f Remove reference to AnalysisContext in Environment. We already have LocationContext by Zhongxing Xu · 15 years ago
  94. 57d3b76 When profiling Environment, also profile with AnalysisContext*, bacause by Zhongxing Xu · 15 years ago
  95. 5ba290a [CFG] by Ted Kremenek · 15 years ago
  96. a804a68 Don't conjure a symbol for DeclStmts when the variable is a C++ reference. by Ted Kremenek · 15 years ago
  97. 14d2328 Since now we store the cast type with an ElementRegion, there is by Zhongxing Xu · 15 years ago
  98. 2db08ca Assert when loading from a code text region instead of returning an unknown silently. by Zhongxing Xu · 15 years ago
  99. 6b60139 Use getBody() to get the function definition when the decl referenced is not by Zhongxing Xu · 15 years ago
  100. 6190ec2 Use a GDM to record the returned expression in the state when VisitReturnStmt. by Zhongxing Xu · 15 years ago