[all-commits] [llvm/llvm-project] 6cd526: Upgrade HeuristicResolver to use QualType rather t...

Nathan Ridge via All-commits all-commits at lists.llvm.org
Sun Jan 19 23:15:29 PST 2025


  Branch: refs/heads/users/HighCommander4/clangd-issue-810
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cd526368a02fa2cf2e764eee295d356f73c3c1a
      https://github.com/llvm/llvm-project/commit/6cd526368a02fa2cf2e764eee295d356f73c3c1a
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-01-20 (Mon, 20 Jan 2025)

  Changed paths:
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang/include/clang/Sema/HeuristicResolver.h
    M clang/lib/Sema/HeuristicResolver.cpp

  Log Message:
  -----------
  Upgrade HeuristicResolver to use QualType rather than Type*


  Commit: f261eaf6a1c258f6825ce6a88cb7bdeabd3ad0c5
      https://github.com/llvm/llvm-project/commit/f261eaf6a1c258f6825ce6a88cb7bdeabd3ad0c5
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-01-20 (Mon, 20 Jan 2025)

  Changed paths:
    M clang/lib/Sema/HeuristicResolver.cpp
    M clang/unittests/Sema/HeuristicResolverTest.cpp

  Log Message:
  -----------
  Respect const-qualification on methods in resolveDependentMember()


  Commit: fd71bd30aaf33d28b4fe96ee4edb62afd966bc94
      https://github.com/llvm/llvm-project/commit/fd71bd30aaf33d28b4fe96ee4edb62afd966bc94
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-01-20 (Mon, 20 Jan 2025)

  Changed paths:
    M clang/include/clang/Sema/SemaCodeCompletion.h
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/test/CodeCompletion/member-access.cpp

  Log Message:
  -----------
  [clang][CodeComplete] Use HeuristicResolver to resolve pointee types

Fixes https://github.com/clangd/clangd/issues/810


Compare: https://github.com/llvm/llvm-project/compare/5165ce906cb5...fd71bd30aaf3

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