[clang-tools-extra] [clangd] Fix use-after-free issues in TidyProvider.cpp (PR #114808)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 10:35:15 PST 2024


hokein wrote:

> can we instead change the function return types to be `TidyProvider` ? unless there's something we get by making these static lambdas (which isn't obvious to me).

Sure, Done. 

https://github.com/llvm/llvm-project/pull/114808


More information about the cfe-commits mailing list