Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
318dd92ad834857ea5bb91de288c1eb56cdbec1a
/
test
/
Analysis
/
string.c
318dd92
This patch adds modeling of strcmp() to the CString checker. Validates inputs are not NULL and are real C strings, then does the comparison and binds the proper return value. Unit tests included.
by Lenny Maiorani
· 14 years ago
067bbd0
strcat() and strncat() model additions to CStringChecker.
by Lenny Maiorani
· 14 years ago
5188507
Rework checker "packages" and groups to be more hierarchical.
by Ted Kremenek
· 14 years ago
e224ba7
Fix tests to account for new warning "expected ';' at end of declaration list". Sorry, folks!
by Carl Norum
· 14 years ago
c4d2c90
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award.
by Argyrios Kyrtzidis
· 14 years ago
b3d74da
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
by Argyrios Kyrtzidis
· 14 years ago
38c8fe7
Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
by Argyrios Kyrtzidis
· 14 years ago
0ef473f
Add CStringChecker support for strncpy. Patch by Lenny Maiorani!
by Ted Kremenek
· 14 years ago
be4242c
Add CStringChecker support for strnlen. Patch by Lenny Maiorani!
by Ted Kremenek
· 14 years ago
a0decc9
[analyzer] Use the new registration mechanism on some of the experimental checks. These are:
by Argyrios Kyrtzidis
· 14 years ago
e64f311
Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:
by Jordy Rose
· 15 years ago
a526154
Update CStringChecker to take advantage of the new metadata symbols and region change callback. Now does basic tracking of string length for general regions. Currently this is still only used for modeling strlen().
by Jordy Rose
· 15 years ago
7bce3a1
Added some false positive checking to UnreachableCodeChecker
by Tom Care
· 15 years ago
19c5dd1
Groundwork for C string length tracking. Currently only handles the length of constant string literals, which is not too helpful, and only calls to strlen() are checked.
by Jordy Rose
· 15 years ago