[all-commits] [llvm/llvm-project] 3b7af2: Revert "Revert "[-Wunsafe-buffer-usage] Initial co...
NoQ via All-commits
all-commits at lists.llvm.org
Thu Dec 8 17:06:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b7af2796b3d1a578b7e256f5e5b60e61108ec8d
https://github.com/llvm/llvm-project/commit/3b7af2796b3d1a578b7e256f5e5b60e61108ec8d
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
A clang/include/clang/Analysis/Analyses/UnsafeBufferUsage.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Analysis/CMakeLists.txt
A clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Sema/AnalysisBasedWarnings.cpp
A clang/test/SemaCXX/warn-unsafe-buffer-usage.cpp
Log Message:
-----------
Revert "Revert "[-Wunsafe-buffer-usage] Initial commit - Transition away from raw buffers.""
This reverts commit bc0617795f8bdcd5deab3e48b120107cc2833cdc.
Be more careful with #includes to avoid linker errors on some buildbots.
More information about the All-commits
mailing list