createInvocationFromCommandLine sets DisableFree to true by default,
which leads memory leak in clangd. The fix is to use the BuildCompilationInvocation
to create CI with the correct options (DisableFree is false).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM