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