[all-commits] [llvm/llvm-project] a47bdd: [clangd] Handle dependent call to function with ex...

Nathan Ridge via All-commits all-commits at lists.llvm.org
Tue Jun 2 21:47:06 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a47bddccec30255619bb8c37fa59700e661d4e66
      https://github.com/llvm/llvm-project/commit/a47bddccec30255619bb8c37fa59700e661d4e66
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2026-06-03 (Wed, 03 Jun 2026)

  Changed paths:
    M clang-tools-extra/clangd/InlayHints.cpp
    M clang-tools-extra/clangd/unittests/InlayHintTests.cpp

  Log Message:
  -----------
  [clangd] Handle dependent call to function with explicit object parameter in InlayHintVisitor (#201264)

Dependent calls do not yet have the implicit object argument preprended
to the CallExpr's argument list, so the first argument should not be
expected to be present and dropped in this case.

Fixes https://github.com/llvm/llvm-project/issues/198588



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list