summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/bstring.c
AgeCommit message (Expand)Author
2024-01-24[clang] Refactor Builtins.def to be a tablegen file (#68324)Nikolas Klauser
2023-09-24[Clang][CodeGen] Add __builtin_bcopy (#67130)Carlos Eduardo Seo
2022-03-03[analyzer] Done some changes to detect Uninitialized read by the char array m...Shivam
2022-02-12Use functions with prototypes when appropriate; NFCAaron Ballman
2020-04-09[analyzer] NFCi: Refactor CStringChecker: use strongly typed internal APIBalazs Benics
2020-02-16[Sema] Adds the pointer-to-int-cast diagnosticMark de Wever
2020-01-09Improve support of GNU mempcpyserge-sans-paille
2019-12-11[analyzer] CStringChecker: Fix overly eager assumption that memcmp args overlap.Artem Dergachev
2019-12-11[analyzer] CStringChecker: Improve warning messages.Artem Dergachev
2019-05-23[analyzer][NFC] Prettify some RUN: lines in test files.Kristof Umann
2019-03-18[Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington
2019-02-14[Builtins] Treat `bcmp` as a builtin.Clement Courbet
2018-08-29[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov
2018-03-31[analyzer] Hopefully fix the ARM buildbot.George Karpenkov
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2014-10-03[analyzer] Make CStringChecker correctly calculate return value of mempcpyAnna Zaks
2012-08-24Fix analyzer tests.Ted Kremenek
2012-05-16[analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose
2012-05-03[analyzer] CString Checker: Do not split the path unless the userAnna Zaks
2012-02-20[analyzer] Turn on by default the Malloc Checker and a couple of CStringAnna Zaks
2012-02-07[analyzer] Allow each CString check to be enabled/disabledAnna Zaks
2012-01-31[analyzer] Add checks for common anti-patterns in strncat.Anna Zaks
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-26Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...Argyrios Kyrtzidis
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-03-31Adding Static Analyzer checker for mempcpy().Lenny Maiorani
2011-03-24Rework 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-16Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:Jordy Rose
2010-08-05When checking if a buffer access is valid, first make sure the buffer has a v...Jordy Rose
2010-07-27Added some false positive checking to UnreachableCodeCheckerTom Care
2010-07-23Added an path-sensitive unreachable code checker to the experimental analyzer...Tom Care
2010-07-08Cleanup in CStringChecker. Now properly bifurcates the state for zero/nonzero...Jordy Rose
2010-07-07Add memcmp() and bcmp() to CStringChecker. These check for valid access to th...Jordy Rose