so that clangd C++ API users (via ClangdServer) can access it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Build result: fail - 60148 tests passed, 1 failed and 729 were skipped.
failed: LLVM.Bindings/Go/go.test
Log files: console-log.txt, CMakeCache.txt
clang-tools-extra/clangd/XRefs.h | ||
---|---|---|
128 | References -> ReferenceList or ReferencesResult, and Refs -> References? calling the struct References seems unclear, and takes away the useful unabbreviated variable name | |
128 | these comments don't seem to add much - remove? | |
129 | we call this HasMore in code complete. (incomplete is one word) |
References -> ReferenceList or ReferencesResult, and Refs -> References?
calling the struct References seems unclear, and takes away the useful unabbreviated variable name