[all-commits] [llvm/llvm-project] 4a540c: [clangd] Adapt Inlay Hint support for Deducing Thi...
Younan Zhang via All-commits
all-commits at lists.llvm.org
Mon Oct 23 18:51:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a540ceed454f9ef364838469ebc94252dba152e
https://github.com/llvm/llvm-project/commit/4a540ceed454f9ef364838469ebc94252dba152e
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
Log Message:
-----------
[clangd] Adapt Inlay Hint support for Deducing This (#68177)
This is a follow-up for D140828, making Clangd omit the explicit object
parameter in a call to member function with Deducing This.
Given that the parent patch is still in its infancy and might undergo
several reverting-relanding processes, one can feel free to revert this
if encountering any CI failure. And please let me know if I should alter
anything.
More information about the All-commits
mailing list