summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/string-with-signedness.c
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] pr34779: CStringChecker: Accept non-standard headers.Artem Dergachev2017-11-071-0/+10
Do not crash when trying to define and call a non-standard strcpy(unsigned char *, unsigned char *) during analysis. At the same time, do not try to actually evaluate the call. Differential Revision: https://reviews.llvm.org/D39422 llvm-svn: 317565
OpenPOWER on IntegriCloud