[clang-tools-extra] [clangd] Add inlay hints for default function arguments and implicit lambda captures (PR #95712)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 16 22:37:39 PDT 2024
================
@@ -281,7 +281,7 @@ struct TextDocumentEdit {
/// The text document to change.
VersionedTextDocumentIdentifier textDocument;
- /// The edits to be applied.
+ /// The edits to be applied.
----------------
zyn0217 wrote:
Ditto. Unrelated blank changes. Please revert changes here and below.
https://github.com/llvm/llvm-project/pull/95712
More information about the cfe-commits
mailing list