[all-commits] [llvm/llvm-project] 7d0d34: Re-land "[-Wunsafe-buffer-usage] Add a new `forEac...
Ziqing Luo via All-commits
all-commits at lists.llvm.org
Fri Jan 6 10:40:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d0d34fbb153ef044b254d41ae91fc57efbdc77d
https://github.com/llvm/llvm-project/commit/7d0d34fbb153ef044b254d41ae91fc57efbdc77d
Author: ziqingluo-90 <ziqing at udel.edu>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage.cpp
Log Message:
-----------
Re-land "[-Wunsafe-buffer-usage] Add a new `forEachDescendant` matcher that skips callable declarations"
This reverts commit 22df4549a3718dcd8b387ba8246978349e4be50c.
After a quick investigation, realizing that the Sanitizer test
failures caused by this patch is not likely to block other
contributors. I re-land this patch before taking a closer look at
those tests so that it won't block the [-Wunsafe-buffer-usage]
development.
More information about the All-commits
mailing list