[PATCH] D71041: [analyzer][discussion] Talk about escapes
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 18:33:39 PST 2019
xazax.hun created this revision.
xazax.hun added reviewers: NoQ, dcoughlin, Szelethus, baloghadamsoftware, haowei.
xazax.hun added a project: clang.
Herald added subscribers: cfe-commits, Charusso, gamesh411, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, rnkovacs, szepet.
I was running the FuchsiaHandleCheck over some code and tried to collect and distill some false positives due to symbol escaping not working properly for integers.
After writing down all those test cases I feel like it is not always trivial what to do, so I decided to upload and annotate them so we can discuss here in depth what is the right way to deal with them.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71041
Files:
clang/test/Analysis/fuchsia_handle.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71041.232248.patch
Type: text/x-patch
Size: 3369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191205/83d5ba6e/attachment-0001.bin>
More information about the cfe-commits
mailing list