Surface it in the completion items C++ API, and when a flag is set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D48938
[clangd] Track origins of symbols (various indexes, Sema). ClosedPublic Authored by sammccall on Jul 4 2018, 6:42 AM.
Details Summary Surface it in the completion items C++ API, and when a flag is set.
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, jkorous, MaskRay, ilya-biryukov. · View Herald TranscriptJul 4 2018, 6:42 AM This revision is now accepted and ready to land.Jul 4 2018, 6:59 AM Closed by commit rL336309: [clangd] Track origins of symbols (various indexes, Sema). (authored by sammccall). · Explain WhyJul 4 2018, 11:25 PM This revision was automatically updated to reflect the committed changes. sammccall marked an inline comment as done. Closed by commit rCTE336309: [clangd] Track origins of symbols (various indexes, Sema). (authored by sammccall). · Explain WhyJul 4 2018, 11:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 154167 clang-tools-extra/trunk/clangd/CodeComplete.h
clang-tools-extra/trunk/clangd/CodeComplete.cpp
clang-tools-extra/trunk/clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp
clang-tools-extra/trunk/clangd/index/FileIndex.cpp
clang-tools-extra/trunk/clangd/index/Index.h
clang-tools-extra/trunk/clangd/index/Index.cpp
clang-tools-extra/trunk/clangd/index/Merge.cpp
clang-tools-extra/trunk/clangd/index/SymbolCollector.h
clang-tools-extra/trunk/clangd/index/SymbolCollector.cpp
clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
clang-tools-extra/trunk/unittests/clangd/CodeCompleteTests.cpp
clang-tools-extra/trunk/unittests/clangd/IndexTests.cpp
clang-tools-extra/trunk/unittests/clangd/SymbolCollectorTests.cpp
|