[all-commits] [llvm/llvm-project] 05f0bb: [clang][Sema] Implement additional heuristics from...

Nathan Ridge via All-commits all-commits at lists.llvm.org
Sun Aug 31 23:17:24 PDT 2025


  Branch: refs/heads/users/HighCommander4/issue-2432-review
  Home:   https://github.com/llvm/llvm-project
  Commit: 05f0bb1b3ae5a8dca0478bf2a619a1cc9584f8f2
      https://github.com/llvm/llvm-project/commit/05f0bb1b3ae5a8dca0478bf2a619a1cc9584f8f2
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-09-01 (Mon, 01 Sep 2025)

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

  Log Message:
  -----------
  [clang][Sema] Implement additional heuristics from SemaCodeComplete's getApproximateType() in HeuristicResolver

After this change, HeuristicResolver should be able to do everything
that SemaCodeComplete's getApproximateType() can do (and more).


  Commit: 34a3aeacfc106d3e256ea8b42f80ef8bfbe84116
      https://github.com/llvm/llvm-project/commit/34a3aeacfc106d3e256ea8b42f80ef8bfbe84116
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-09-01 (Mon, 01 Sep 2025)

  Changed paths:
    M clang/lib/Sema/SemaCodeComplete.cpp

  Log Message:
  -----------
  [clang][Sema] Replace most of SemaCodeComplete's getApproximateType() with calls to HeuristicResolver


Compare: https://github.com/llvm/llvm-project/compare/05f0bb1b3ae5%5E...34a3aeacfc10

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