[all-commits] [llvm/llvm-project] 66e5ed: Change the parameter type of resolveTypeToTagDecl(...

Nathan Ridge via All-commits all-commits at lists.llvm.org
Sun Mar 9 18:56:46 PDT 2025


  Branch: refs/heads/users/HighCommander4/issue-130468
  Home:   https://github.com/llvm/llvm-project
  Commit: 66e5ed1f1fcfe5a52d110ae228ddd51bd487ee16
      https://github.com/llvm/llvm-project/commit/66e5ed1f1fcfe5a52d110ae228ddd51bd487ee16
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-09 (Sun, 09 Mar 2025)

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

  Log Message:
  -----------
  Change the parameter type of resolveTypeToTagDecl() to QualType


  Commit: efa9503da4dcef74003f08493eb48c3d119cba0f
      https://github.com/llvm/llvm-project/commit/efa9503da4dcef74003f08493eb48c3d119cba0f
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-09 (Sun, 09 Mar 2025)

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

  Log Message:
  -----------
  Expose resolveTypeToTagDecl() publically in HeuristicResolver


  Commit: 4d36cdc893e1a1c74fece664441f21b129b25b6f
      https://github.com/llvm/llvm-project/commit/4d36cdc893e1a1c74fece664441f21b129b25b6f
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-09 (Sun, 09 Mar 2025)

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

  Log Message:
  -----------
  Expose simplifyType() publically in HeuristicResolver


  Commit: e315538dd4d08078ab3fb47d1fbbc9caf8e9ae82
      https://github.com/llvm/llvm-project/commit/e315538dd4d08078ab3fb47d1fbbc9caf8e9ae82
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-09 (Sun, 09 Mar 2025)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp

  Log Message:
  -----------
  Plumb a HeuristicResolver parameter into getAsRecordDec()


  Commit: bc87a07f211597dd194843fe278cb300a31864d9
      https://github.com/llvm/llvm-project/commit/bc87a07f211597dd194843fe278cb300a31864d9
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-09 (Sun, 09 Mar 2025)

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

  Log Message:
  -----------
  Reimplement getAsRecordDecl() using HeuristicResolver


  Commit: 23a5c6db38f3abb00839d2387f3d070228e51a48
      https://github.com/llvm/llvm-project/commit/23a5c6db38f3abb00839d2387f3d070228e51a48
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-09 (Sun, 09 Mar 2025)

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

  Log Message:
  -----------
  Handle TSK_Undeclared in resolveTypeToTagDecl()


Compare: https://github.com/llvm/llvm-project/compare/19bbad8a4e10...23a5c6db38f3

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