summaryrefslogtreecommitdiffstats
path: root/test/Analysis/bstring.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Hopefully fix the ARM buildbot.George Karpenkov2018-03-311-0/+9
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-4/+4
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-4/+4
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-4/+4
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-4/+4
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-4/+4
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-4/+4
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-4/+4
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-4/+4
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-4/+4
* [analyzer] Make CStringChecker correctly calculate return value of mempcpyAnna Zaks2014-10-031-0/+39
* Fix analyzer tests.Ted Kremenek2012-08-241-4/+4
* [analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose2012-05-161-41/+38
* [analyzer] CString Checker: Do not split the path unless the userAnna Zaks2012-05-031-0/+10
* [analyzer] Turn on by default the Malloc Checker and a couple of CStringAnna Zaks2012-02-201-4/+4
* [analyzer] Allow each CString check to be enabled/disabledAnna Zaks2012-02-071-4/+4
* [analyzer] Add checks for common anti-patterns in strncat.Anna Zaks2012-01-311-4/+4
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-4/+4
* [analyzer] Eliminate "byte string function" from CStringChecker's diagnostics...Jordy Rose2011-06-201-14/+14
* [analyzer] CStringChecker checks functions in the C standard library, not C++...Jordy Rose2011-06-141-4/+4
* [analyzer] Don't crash when copying an unknown number of bytes with memcpy()....Jordy Rose2011-06-041-0/+6
* [analyzer] Fix handling of "copy zero bytes" for memcpy and friends.Jordy Rose2011-06-041-0/+18
* [analyzer] __mempcpy_chk is the same as mempcpy (at least to CStringChecker)Jordy Rose2011-06-031-0/+13
* Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...Argyrios Kyrtzidis2011-04-261-4/+4
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Adding Static Analyzer checker for mempcpy().Lenny Maiorani2011-03-311-0/+101
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-4/+4
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Remove '-analyzer-experimental-checks' flag.Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Use the new registration mechanism on some of the experimental che...Argyrios Kyrtzidis2011-02-151-4/+4
* Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:Jordy Rose2010-08-161-9/+18
* When checking if a buffer access is valid, first make sure the buffer has a v...Jordy Rose2010-08-051-0/+6
* Added some false positive checking to UnreachableCodeCheckerTom Care2010-07-271-6/+6
* Added an path-sensitive unreachable code checker to the experimental analyzer...Tom Care2010-07-231-6/+6
* Cleanup in CStringChecker. Now properly bifurcates the state for zero/nonzero...Jordy Rose2010-07-081-0/+8
* Add memcmp() and bcmp() to CStringChecker. These check for valid access to th...Jordy Rose2010-07-071-2/+68
* Cleanup on CStringChecker and its associated tests. Also check for null argum...Jordy Rose2010-07-071-13/+29
* Add a new path-sensitive checker for functions in <string.h>, for both null-t...Jordy Rose2010-07-061-0/+187