[all-commits] [llvm/llvm-project] a6ae74: [-Wunsafe-buffer-usage] Add a facility for debuggi...
Rashmi Mudduluru via All-commits
all-commits at lists.llvm.org
Wed Jul 26 17:07:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6ae740e743a2241f7104c13152cd0a0582765c5
https://github.com/llvm/llvm-project/commit/a6ae740e743a2241f7104c13152cd0a0582765c5
Author: Rashmi Mudduluru <r_mudduluru at apple.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M clang/include/clang/Analysis/Analyses/UnsafeBufferUsage.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Sema/AnalysisBasedWarnings.cpp
A clang/test/SemaCXX/warn-unsafe-buffer-usage-debug.cpp
Log Message:
-----------
[-Wunsafe-buffer-usage] Add a facility for debugging low fixit coverage
Differential Revision: https://reviews.llvm.org/D154880
More information about the All-commits
mailing list