[all-commits] [llvm/llvm-project] 4169c5: [clangd] Add symbol origin for remote index
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Sat Nov 28 06:46:03 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 4169c520f6d7029d87098997e9f256a0170aa8cf
https://github.com/llvm/llvm-project/commit/4169c520f6d7029d87098997e9f256a0170aa8cf
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-11-28 (Sat, 28 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/index/SymbolOrigin.cpp
M clang-tools-extra/clangd/index/SymbolOrigin.h
M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
M clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
Log Message:
-----------
[clangd] Add symbol origin for remote index
Makes it easier to diagnose remote index issues with --debug-origins flag.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D92202
More information about the All-commits
mailing list