[PATCH] D151373: [libclang] Expose arguments of clang::annotate
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 10 15:31:23 PDT 2023
vitalybuka added inline comments.
================
Comment at: clang/tools/libclang/CIndex.cpp:3656
+ VisitorWorkList *WL = nullptr;
+ if (!WorkListFreeList.empty()) {
+ WL = WorkListFreeList.back();
----------------
vitalybuka wrote:
> There is a leak here https://lab.llvm.org/buildbot/#/builders/5/builds/35725
>
>
Please ignore the location of this comment.
I don't know which part of the patch is responsible for the leak
Another trace here https://lab.llvm.org/buildbot/#/builders/236/builds/5562/steps/13/logs/stdio
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151373/new/
https://reviews.llvm.org/D151373
More information about the cfe-commits
mailing list