[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:19:12 PDT 2023
vitalybuka added inline comments.
================
Comment at: clang/tools/libclang/CIndex.cpp:3656
+ VisitorWorkList *WL = nullptr;
+ if (!WorkListFreeList.empty()) {
+ WL = WorkListFreeList.back();
----------------
There is a leak here https://lab.llvm.org/buildbot/#/builders/5/builds/35725
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