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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits