egorzhdan updated this revision to Diff 471838.
egorzhdan added a comment.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Fix clangd compilation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136844/new/
https://reviews.llvm.
egorzhdan added inline comments.
Herald added subscribers: Michael137, JDevlieghere.
Comment at: clang/include/clang/Sema/CodeCompleteConsumer.h:755
- /// Describes the kind of result generated.
- enum ResultKind {
-/// Refers to a declaration.
kadircet wro
egorzhdan added inline comments.
Comment at: clang/include/clang/Sema/CodeCompleteConsumer.h:755
- /// Describes the kind of result generated.
- enum ResultKind {
-/// Refers to a declaration.
kadircet wrote:
> egorzhdan wrote:
> > kadircet wrote:
> > > i d
egorzhdan updated this revision to Diff 472171.
egorzhdan added a comment.
Preserve `CodeCompletionResult::ResultKind` and do the conversion to
`CXCompletionResultKind` in `CIndexCodeCompletion.cpp`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D13
This revision was automatically updated to reflect the committed changes.
Closed by commit rG97105e5bf70f: [libclang] Expose completion result kind in
`CXCompletionResult` (authored by egorzhdan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136844/