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
/
Checker
/
CStringChecker.cpp
Age
Commit message (
Expand
)
Author
2010-09-09
do not bind temporaries to non-const references
Gabor Greif
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-16
Allow the "size" of a buffer access check to be either signed or unsigned. Fi...
Jordy Rose
2010-08-16
Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:
Jordy Rose
2010-08-14
Update CStringChecker to take advantage of the new metadata symbols and regio...
Jordy Rose
2010-08-11
MemRegion can refer to ASTContext without external help.
Zhongxing Xu
2010-08-05
When checking if a buffer access is valid, first make sure the buffer has a v...
Jordy Rose
2010-07-27
Groundwork for C string length tracking. Currently only handles the length of...
Jordy Rose
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