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
/
unix-fns.c
Age
Commit message (
Expand
)
Author
2013-04-23
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-04-03
[analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...
Anna Zaks
2013-02-26
[analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...
Ted Kremenek
2013-02-05
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-01-24
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2013-01-08
[analyzer] Plist: change the type of issue_hash from int to string.
Anna Zaks
2012-11-15
[analyzer] Fix test case broken by previous commit.
Jordan Rose
2012-11-15
[analyzer] Make sure calls in synthesized functions have valid path locations.
Jordan Rose
2012-10-30
[analyzer] Warn about reallocf with an allocation size of 0, like realloc.
Jordan Rose
2012-09-21
Add faux-body support for dispatch_once().
Ted Kremenek
2012-09-21
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-13
When warning about unsafe uses of dispatch_once, specially handle the
Ted Kremenek
2012-01-11
"This change adds alloca/valloc checks to UnixAPIChecker. It includes a small...
Ted Kremenek
2012-01-03
Enhance UnixAPIChecker to also warn about zero-sized allocations to calloc() ...
Ted Kremenek
2011-07-28
Really remove FlatStoreManager and BasicStoreManager, this time from the driv...
Ted Kremenek
2011-03-24
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-24
Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on some of the internal checks....
Argyrios Kyrtzidis
2010-11-16
Static analyzer: Catch calls to malloc() with
Ted Kremenek
2010-04-08
Add static analyzer check for calls to 'pthread_once()' where the control-flo...
Ted Kremenek
2010-02-25
Remove test case dependancy on platform headers.
Ted Kremenek
2010-02-25
Add UnixAPIChecker, a meta checker to include various precondition checks for...
Ted Kremenek