[all-commits] [llvm/llvm-project] c09e53: [clangd] Also mark output arguments of operator ca...
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Wed Jun 29 17:18:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c09e533374139f17a040040ffdb03ea20fac2736
https://github.com/llvm/llvm-project/commit/c09e533374139f17a040040ffdb03ea20fac2736
Author: Christian Kandeler <christian.kandeler at qt.io>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M clang-tools-extra/clangd/SemanticHighlighting.cpp
M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
Log Message:
-----------
[clangd] Also mark output arguments of operator call expressions
There's no reason that arguments to e.g. lambda calls should be treated
differently than those to "real" functions.
Reviewed By: nridge
Differential Revision: https://reviews.llvm.org/D128329
More information about the All-commits
mailing list