[all-commits] [llvm/llvm-project] 56058b: [clangd] Output inlay hints with `clangd --check`
Tobias Ribizel via All-commits
all-commits at lists.llvm.org
Tue Apr 26 23:38:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56058b921bd9b9e14697fb6108903836f7f9c328
https://github.com/llvm/llvm-project/commit/56058b921bd9b9e14697fb6108903836f7f9c328
Author: Tobias Ribizel <ribizel at kit.edu>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M clang-tools-extra/clangd/Protocol.cpp
M clang-tools-extra/clangd/Protocol.h
M clang-tools-extra/clangd/tool/Check.cpp
M clang-tools-extra/clangd/tool/ClangdMain.cpp
Log Message:
-----------
[clangd] Output inlay hints with `clangd --check`
With the addition of inlay hints to clangd, it would be useful to output them during verbose `clangd --check`.
This patch adds an output step for inlay hints and unifies the way `--check-lines` are passed around
Reviewed By: nridge
Differential Revision: https://reviews.llvm.org/D124344
More information about the All-commits
mailing list