This revision was automatically updated to reflect the committed changes.
Closed by commit rL364875: [analyzer] Support kfree in MallocChecker (authored
by Nathan-Huckleberry, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https:/
Szelethus accepted this revision.
Szelethus added a comment.
Nice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64030/new/
https://reviews.llvm.org/D64030
___
cfe-commits mailing list
cfe-commits@list
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Whoops. Thanks!!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64030/new/
https://reviews.llvm.org/D64030
_
Nathan-Huckleberry created this revision.
Herald added subscribers: cfe-commits, Charusso, dkrupp, donat.nagy, Szelethus,
mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Herald added a project: clang.
kmalloc is freed with kfree in the linux kernel. kmalloc support was
added in