[all-commits] [llvm/llvm-project] 22df45: Revert "[Fix]"[-Wunsafe-buffer-usage] Add a new `f...
Ziqing Luo via All-commits
all-commits at lists.llvm.org
Thu Jan 5 22:09:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22df4549a3718dcd8b387ba8246978349e4be50c
https://github.com/llvm/llvm-project/commit/22df4549a3718dcd8b387ba8246978349e4be50c
Author: ziqingluo-90 <ziqing at udel.edu>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage.cpp
Log Message:
-----------
Revert "[Fix]"[-Wunsafe-buffer-usage] Add a new `forEachDescendant` matcher that skips callable declarations""
This reverts commit ef47a0a711f12add401394f7af07a0b4d1635b56.
Revert "[-Wunsafe-buffer-usage] Add a new `forEachDescendant` matcher that skips callable declarations"
This reverts commit b2ac5fd724c44cf662caed84bd8f84af574b981d.
This patch is causing failure in some Sanitizer tests
(https://lab.llvm.org/buildbot/#/builders/5/builds/30522/steps/13/logs/stdio). Reverting the patch and its' fix.
More information about the All-commits
mailing list