Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/CodeComplete.cpp | ||
---|---|---|
1072 | unfortunately, we don't have the ParseOptions structure in code completion code path, maybe we can add two flags in SemaCompleteInput. |
clang-tools-extra/clangd/CodeComplete.cpp | ||
---|---|---|
1072 | I think we should just make the public interface to codeComplete take ParseInputs, it's mostly overlap anyway |
unfortunately, we don't have the ParseOptions structure in code completion code path, maybe we can add two flags in SemaCompleteInput.