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

Nathan Ridge via All-commits all-commits at lists.llvm.org
Sat Mar 22 18:16:27 PDT 2025


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

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

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


  Commit: d49ea63cb81e1762dbb3292fedd2d1885f0c94f7
      https://github.com/llvm/llvm-project/commit/d49ea63cb81e1762dbb3292fedd2d1885f0c94f7
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-22 (Sat, 22 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: a7ee743a09ff2da4aa39cd7a64e496460e5f2e68
      https://github.com/llvm/llvm-project/commit/a7ee743a09ff2da4aa39cd7a64e496460e5f2e68
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-22 (Sat, 22 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: 6301bdb457c8bd92c457fa7420ba7db2f821d98c
      https://github.com/llvm/llvm-project/commit/6301bdb457c8bd92c457fa7420ba7db2f821d98c
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-22 (Sat, 22 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: bdff29437de9750fc39ec1ea1f2399def92d631c
      https://github.com/llvm/llvm-project/commit/bdff29437de9750fc39ec1ea1f2399def92d631c
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-22 (Sat, 22 Mar 2025)

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

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


  Commit: 16dfb5f1f5182288661ac4ad30b05a7782596239
      https://github.com/llvm/llvm-project/commit/16dfb5f1f5182288661ac4ad30b05a7782596239
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-03-22 (Sat, 22 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/9aff6098a14e...16dfb5f1f518

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