aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
AgeCommit message (Expand)Author
2012-03-01[analyzer] Fix a regression introduced in malloc withAnna Zaks
2012-02-29[analyzer] Malloc: A pointer might escape through CFContainers APIs,Anna Zaks
2012-02-28[analyzer] Fix Malloc False Positive (PR 12100)Anna Zaks
2012-02-27[analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks
2012-02-24[analyzer] Malloc: reason about the ObjC messages and C++.Anna Zaks
2012-02-23[analyzer] Malloc: unique leak reports by allocation site.Anna Zaks
2012-02-23[analyzer] Invalidate the region passed to pthread_setspecific() call.Anna Zaks
2012-02-22[analyzer] Malloc cleanup:Anna Zaks
2012-02-22[analyzer] Malloc checker: mark 'strdup' and 'strndup' as allocators.Anna Zaks
2012-02-22[analyzer] Malloc: fix another false positive.Anna Zaks
2012-02-20[analyzer] Make Malloc aware of inter-procedural execution + basicAnna Zaks
2012-02-17[analyzer] Fix another false positive in the Malloc Checker, by makingAnna Zaks
2012-02-16[analyzer] Malloc Checker: Clean up bug naming:Anna Zaks
2012-02-16[analyzer] Malloc Checker: Make the diagnostic visitor handle the caseAnna Zaks
2012-02-16[analyzer] Malloc Checker: Give up when a pointer escapes into a struct.Anna Zaks
2012-02-15[analyzer] Malloc checker: make a bit safer.Anna Zaks
2012-02-15[analyzer] Malloc Checker: add support for reallocf, which always freesAnna Zaks
2012-02-15[analyzer] Malloc Checker: add support for valloc + minor codeAnna Zaks
2012-02-14[analyzer] Make Malloc Checker optimistic in presence of inlining.Anna Zaks
2012-02-14[analyzer] Malloc Checker: realloc: add dependency between the symbolsAnna Zaks
2012-02-13[analyzer] Malloc Checker: realloc: correct the way we are handing theAnna Zaks
2012-02-13[analyzer] Malloc checker: rework realloc handling:Anna Zaks
2012-02-11[analyzer] Malloc Checker: reduce false negatives rate by assuming thatAnna Zaks
2012-02-11[analyzer] Malloc Checker: Report a leak when we are returning freedAnna Zaks
2012-02-11[analyzer] Malloc checker: Leak bugs should be suppressed by sinks.Anna Zaks
2012-02-11[analyzer] MallocChecker: refactor/improve the symbol escape logic.Anna Zaks
2012-02-10[analyzer] MallocChecker Cleanup - harden against crashes, fix an errorAnna Zaks
2012-02-09Remove unused fun.Benjamin Kramer
2012-02-09[analyzer] MallocChecker: address a diagnostic "fixme".Anna Zaks
2012-02-09[analyzer] Add custom path diagnostic to the Malloc Checker.Anna Zaks
2012-02-09[analyzer] MallocChecker cleanup, more tests.Anna Zaks
2012-02-08[analyzer] MallocChecker: implement pessimistic version of the checker,Anna Zaks
2012-02-08[analyzer] Split the MallocChecker into two versions - pessimistic andAnna Zaks
2012-02-08[analyzer] MallocChecker: convert from using evalCall toAnna Zaks
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2012-02-04Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer
2012-01-26Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek
2012-01-17Remove unnecessary default cases in switches over enums.David Blaikie
2012-01-06[analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek
2012-01-04[analyzer] Be less pessimistic about invalidation of global variablesAnna Zaks
2012-01-04Fix 80 col violations.Ted Kremenek
2011-12-01[analyzer] Refactor checkers to use helper function for getting callee Decl a...Anna Zaks
2011-10-26[analyzer] Rename generateNode -> addTransition in CheckerContextAnna Zaks
2011-10-25[analyzer] Simplify CheckerContextAnna Zaks
2011-10-25[analyze] Convert EndOfPath callback to use CheckerContextAnna Zaks
2011-10-14Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer
2011-10-06[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...Anna Zaks
2011-10-04[analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers ...Anna Zaks