index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
MallocChecker.cpp
Age
Commit message (
Expand
)
Author
2012-03-01
[analyzer] Fix a regression introduced in malloc with
Anna 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 the
Anna 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 + basic
Anna Zaks
2012-02-17
[analyzer] Fix another false positive in the Malloc Checker, by making
Anna 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 case
Anna 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 frees
Anna Zaks
2012-02-15
[analyzer] Malloc Checker: add support for valloc + minor code
Anna 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 symbols
Anna Zaks
2012-02-13
[analyzer] Malloc Checker: realloc: correct the way we are handing the
Anna Zaks
2012-02-13
[analyzer] Malloc checker: rework realloc handling:
Anna Zaks
2012-02-11
[analyzer] Malloc Checker: reduce false negatives rate by assuming that
Anna Zaks
2012-02-11
[analyzer] Malloc Checker: Report a leak when we are returning freed
Anna 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 error
Anna Zaks
2012-02-09
Remove 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 and
Anna Zaks
2012-02-08
[analyzer] MallocChecker: convert from using evalCall to
Anna Zaks
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-17
Remove 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 variables
Anna Zaks
2012-01-04
Fix 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 CheckerContext
Anna Zaks
2011-10-25
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-14
Change 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
[prev]
[next]