index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Analysis
/
bstring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-4
/
+4
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-4
/
+4
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-4
/
+4
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-4
/
+4
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-4
/
+4
*
[analyzer] Make CStringChecker correctly calculate return value of mempcpy
Anna Zaks
2014-10-03
1
-0
/
+39
*
Fix analyzer tests.
Ted Kremenek
2012-08-24
1
-4
/
+4
*
[analyzer] Convert many existing tests to use clang_analyzer_eval.
Jordy Rose
2012-05-16
1
-41
/
+38
*
[analyzer] CString Checker: Do not split the path unless the user
Anna Zaks
2012-05-03
1
-0
/
+10
*
[analyzer] Turn on by default the Malloc Checker and a couple of CString
Anna Zaks
2012-02-20
1
-4
/
+4
*
[analyzer] Allow each CString check to be enabled/disabled
Anna Zaks
2012-02-07
1
-4
/
+4
*
[analyzer] Add checks for common anti-patterns in strncat.
Anna Zaks
2012-01-31
1
-4
/
+4
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-4
/
+4
*
[analyzer] Eliminate "byte string function" from CStringChecker's diagnostics...
Jordy Rose
2011-06-20
1
-14
/
+14
*
[analyzer] CStringChecker checks functions in the C standard library, not C++...
Jordy Rose
2011-06-14
1
-4
/
+4
*
[analyzer] Don't crash when copying an unknown number of bytes with memcpy()....
Jordy Rose
2011-06-04
1
-0
/
+6
*
[analyzer] Fix handling of "copy zero bytes" for memcpy and friends.
Jordy Rose
2011-06-04
1
-0
/
+18
*
[analyzer] __mempcpy_chk is the same as mempcpy (at least to CStringChecker)
Jordy Rose
2011-06-03
1
-0
/
+13
*
Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...
Argyrios Kyrtzidis
2011-04-26
1
-4
/
+4
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Adding Static Analyzer checker for mempcpy().
Lenny Maiorani
2011-03-31
1
-0
/
+101
*
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-03-24
1
-4
/
+4
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-4
/
+4
*
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-4
/
+4
*
[analyzer] Remove '-analyzer-experimental-checks' flag.
Argyrios Kyrtzidis
2011-02-28
1
-4
/
+4
*
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-15
1
-4
/
+4
*
Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:
Jordy Rose
2010-08-16
1
-9
/
+18
*
When checking if a buffer access is valid, first make sure the buffer has a v...
Jordy Rose
2010-08-05
1
-0
/
+6
*
Added some false positive checking to UnreachableCodeChecker
Tom Care
2010-07-27
1
-6
/
+6
*
Added an path-sensitive unreachable code checker to the experimental analyzer...
Tom Care
2010-07-23
1
-6
/
+6
*
Cleanup in CStringChecker. Now properly bifurcates the state for zero/nonzero...
Jordy Rose
2010-07-08
1
-0
/
+8
*
Add memcmp() and bcmp() to CStringChecker. These check for valid access to th...
Jordy Rose
2010-07-07
1
-2
/
+68
*
Cleanup on CStringChecker and its associated tests. Also check for null argum...
Jordy Rose
2010-07-07
1
-13
/
+29
*
Add a new path-sensitive checker for functions in <string.h>, for both null-t...
Jordy Rose
2010-07-06
1
-0
/
+187