[all-commits] [llvm/llvm-project] 706afc: Fixup "[analyzer] CStringChecker buffer access che...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Mon Sep 11 06:01:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 706afc9778827dfd8064192c26acd0bc1c421e48
https://github.com/llvm/llvm-project/commit/706afc9778827dfd8064192c26acd0bc1c421e48
Author: Balazs Benics <benicsbalazs at gmail.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M clang/test/Analysis/string.c
Log Message:
-----------
Fixup "[analyzer] CStringChecker buffer access checks should check the first bytes"
0954dc3fb9214b994623f5306473de075f8e3593 broke a build bot:
https://lab.llvm.org/buildbot/#/builders/245/builds/13891
clang/test/Analysis/string.c
Line 74: incompatible redeclaration of library function 'memcpy'
Line 74: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned int)'
Differential Revision: https://reviews.llvm.org/D159109
More information about the All-commits
mailing list