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
- rCTE Clang Tools Extra
- Build Status
Buildable 26026 Build 26025: arc lint + arc unit