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
/
bstring.c
Age
Commit message (
Expand
)
Author
2011-08-03
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-06-20
[analyzer] Eliminate "byte string function" from CStringChecker's diagnostics...
Jordy Rose
2011-06-14
[analyzer] CStringChecker checks functions in the C standard library, not C++...
Jordy Rose
2011-06-04
[analyzer] Don't crash when copying an unknown number of bytes with memcpy()....
Jordy Rose
2011-06-04
[analyzer] Fix handling of "copy zero bytes" for memcpy and friends.
Jordy Rose
2011-06-03
[analyzer] __mempcpy_chk is the same as mempcpy (at least to CStringChecker)
Jordy Rose
2011-04-26
Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...
Argyrios Kyrtzidis
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-03-31
Adding Static Analyzer checker for mempcpy().
Lenny Maiorani
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-28
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Remove '-analyzer-experimental-checks' flag.
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2010-08-16
Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:
Jordy Rose
2010-08-05
When checking if a buffer access is valid, first make sure the buffer has a v...
Jordy Rose
2010-07-27
Added some false positive checking to UnreachableCodeChecker
Tom Care
2010-07-23
Added an path-sensitive unreachable code checker to the experimental analyzer...
Tom Care
2010-07-08
Cleanup in CStringChecker. Now properly bifurcates the state for zero/nonzero...
Jordy Rose
2010-07-07
Add memcmp() and bcmp() to CStringChecker. These check for valid access to th...
Jordy Rose
2010-07-07
Cleanup on CStringChecker and its associated tests. Also check for null argum...
Jordy Rose
2010-07-06
Add a new path-sensitive checker for functions in <string.h>, for both null-t...
Jordy Rose