[PATCH] D124436: [analyzer] Fix Static Analyzer g_memdup false-positive
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 26 03:44:19 PDT 2022
martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.
Ok. LGTM.
(Just a note: it looks kind of interesting that we support the GTK related Glib functions explicitly here. I suppose they are far less frequently used than the `libc` or POSIX functions. This is somewhat similar to the fact that we can check WebKit or Fuchsia related code, but at least those are separated into their own checker.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124436/new/
https://reviews.llvm.org/D124436
More information about the cfe-commits
mailing list