[all-commits] [llvm/llvm-project] e984e1: [clangd] Don't add inlay hints on std::move/forward
Tobias Ribizel via All-commits
all-commits at lists.llvm.org
Thu Jun 16 03:43:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e984e1cd6137bb235ca8081b7b35e219c001f86d
https://github.com/llvm/llvm-project/commit/e984e1cd6137bb235ca8081b7b35e219c001f86d
Author: Tobias Ribizel <ribizel at kit.edu>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
Log Message:
-----------
[clangd] Don't add inlay hints on std::move/forward
This removes parameter inlay hints from a few builtin functions like std::move/std::forward
Reviewed By: nridge
Differential Revision: https://reviews.llvm.org/D127859
More information about the All-commits
mailing list