[all-commits] [llvm/llvm-project] 5181ad: [clangd] Expose the xref's incomplete flag to clan...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Nov 18 04:28:34 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5181adab6183d058509ca6da7c1306ced3a61e1c
https://github.com/llvm/llvm-project/commit/5181adab6183d058509ca6da7c1306ced3a61e1c
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/ClangdServer.cpp
M clang-tools-extra/clangd/ClangdServer.h
M clang-tools-extra/clangd/XRefs.cpp
M clang-tools-extra/clangd/XRefs.h
M clang-tools-extra/clangd/unittests/XRefsTests.cpp
Log Message:
-----------
[clangd] Expose the xref's incomplete flag to clangdServer API.
Summary: so that clangd C++ API users (via ClangdServer) can access it.
Reviewers: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D70380
More information about the All-commits
mailing list