index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
malloc.c
Age
Commit message (
Expand
)
Author
2013-04-09
[analyzer] Keep tracking the pointer after the escape to more aggressively re...
Anna Zaks
2013-04-06
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-03-20
[analyzer] Track malloc'd memory into struct fields.
Jordan Rose
2013-03-15
[analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead.
Anna Zaks
2013-02-07
[analyzer] Report bugs when freeing memory with offset pointer
Anna Zaks
2013-02-07
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-06
[analyzer]Revert part of r161511; suppresses leak false positives in C++
Anna Zaks
2012-11-27
[analyzer] Fix test to work on non-LP64 systems.
Jordan Rose
2012-11-19
clang/test: Suppress two tests on LLP64 target, Windows x64.
NAKAMURA Takumi
2012-11-15
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
[analyzer] Mark symbol values as dead in the environment.
Jordan Rose
2012-09-12
[analyzer] Fix another false positive in malloc realloc logic.
Anna Zaks
2012-09-12
Adjust some analyzer tests to place widely shared inputs inside of an
Chandler Carruth
2012-08-24
Fix analyzer tests.
Ted Kremenek
2012-08-24
[analyzer] Fix realloc related bug in the malloc checker.
Anna Zaks
2012-08-16
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-08
[analyzer] Clean up the printing of FieldRegions for leaks.
Jordan Rose
2012-08-08
[analyzer] Track malloc'd regions stored in structs.
Jordan Rose
2012-08-04
[analyzer] Malloc: remove assert since is not valid as of r161248
Anna Zaks
2012-08-03
[analyzer] Malloc: track non-allocated but freed memory
Anna Zaks
2012-07-02
[analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.
Jordan Rose
2012-06-20
[analyzer] Malloc leak false positive: Allow xpc context to escape.
Anna Zaks
2012-06-16
[analyzer] Buffers passed to CGBitmapContextCreate can escape.
Jordan Rose
2012-06-08
[analyze] Change some of the malloc tests to use clang_analyzer_eval.
Anna Zaks
2012-06-07
[analyzer] Fixit for r158136.
Anna Zaks
2012-06-07
[analyzer] Anti-aliasing: different heap allocations do not alias
Anna Zaks
2012-05-18
[analyzer]Malloc: refactor and report use after free by memory
Anna Zaks
2012-05-04
[analyzer]Fixup r156134: Handle the case when FunctionDecl isn't avail.
Anna Zaks
2012-05-03
[analyzer] Assume pointer escapes when a callback is passed inside
Anna Zaks
2012-05-03
[analyzer] Allow pointers escape through calls containing callback args.
Anna Zaks
2012-05-03
[analyzer] Conjure a symbol to ensure we can identify pointer arithmetic
Anna Zaks
2012-05-03
[analyzer] Revert the functional part of r155944.
Anna Zaks
2012-05-02
[analyzer] Fix the 'ptr = ptr' false negative in the Malloc checker.
Anna Zaks
2012-05-01
Teach SValBuilder to handle casts of symbolic pointer values to an integer tw...
Ted Kremenek
2012-05-01
[analyzer] Test case reported for a reported false positive, now fixed.
Anna Zaks
2012-05-01
[analyzer] Construct a SymExpr even when the constraint solver cannot
Anna Zaks
2012-04-26
[analyzer] check lazy bindings in RegionStore first before looking for defaul...
Ted Kremenek
2012-03-21
[analyzer] Malloc: Utter the name of the leaked variable.
Anna Zaks
2012-03-05
Teach SimpleSValBuilder that (in the absence of more information) stack memor...
Ted Kremenek
2012-02-29
[analyzer] Malloc: A pointer might escape through CFContainers APIs,
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] Turn on by default the Malloc Checker and a couple of CString
Anna Zaks
2012-02-17
[analyzer] Malloc Checker more tests.
Anna Zaks
2012-02-17
[analyzer] Fix another false positive in the Malloc Checker, by making
Anna Zaks
2012-02-16
[analyzer] MallocChecker: more tests.
Anna Zaks
2012-02-16
[analyzer] Malloc Checker: Clean up bug naming:
Anna Zaks
[next]