[PATCH] D143128: [-Wunsafe-buffer-usage][WIP] Fix-Its transforming `&DRE[*]` to `DRE.data() + *`
Ziqing Luo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 1 18:38:36 PST 2023
ziqingluo-90 created this revision.
ziqingluo-90 added reviewers: t-rasmud, NoQ, jkorous, malavikasamak.
Herald added a project: All.
ziqingluo-90 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Work in progress. So far, there is some glitches, e.g., it does not ignore calls to functions with unsafe attributes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143128
Files:
clang/include/clang/Analysis/Analyses/UnsafeBufferUsage.h
clang/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def
clang/lib/Analysis/UnsafeBufferUsage.cpp
clang/test/SemaCXX/warn-unsafe-buffer-usage-fixits-addressof-arraysubscript.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143128.494137.patch
Type: text/x-patch
Size: 10141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230202/705db5c9/attachment-0001.bin>
More information about the cfe-commits
mailing list