aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
AgeCommit message (Expand)Author
2012-05-10[analyzer] Do not highlight the range of the statement in case of leak.Anna Zaks
2012-05-03[analyzer] Allow pointers escape through calls containing callback args.Anna Zaks
2012-05-02[analyzer] Fix the 'ptr = ptr' false negative in the Malloc checker.Anna Zaks
2012-04-10[analyzer] Don't crash even when the system functions are redefined.Anna Zaks
2012-03-30[analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert.Anna Zaks
2012-03-26[analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue.Anna Zaks
2012-03-24[analyzer] Tighten up the realloc() failure path note generation...make sure ...Jordy Rose
2012-03-24[analyzer] Restart path diagnostic generation if any of the visitors change t...Jordy Rose
2012-03-24[analyzer] Add a clone() method to BugReporterVisitor, so that we'll be able ...Jordy Rose
2012-03-22[analyzer] Malloc: drop symbols captured by blocks.Anna Zaks
2012-03-21Remove unused variable, fix indentation.Benjamin Kramer
2012-03-21[analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks
2012-03-18[analyzer] Mark a failed-realloc's result as an interesting symbol between th...Jordy Rose
2012-03-16[analyzer] Shorten the stack hint diagnostic.Anna Zaks
2012-03-16[analyzer] Create symbol-aware stack hints (building upon r152837).Anna Zaks
2012-03-15[analyzer] Allow checkers to supply call stack diagnostic hints for theAnna Zaks
2012-03-09[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...Ted Kremenek
2012-03-06[analyzer] Remove now-unused constant. No functionality change.Jordy Rose
2012-03-06[analyzer] Fix unnecessary dyn_cast_or_null. No functionality change.Jordy Rose
2012-03-05[analyzer] Malloc should assume that ownership is transfered whenAnna Zaks
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