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

Nathan Ridge via All-commits all-commits at lists.llvm.org
Thu Apr 10 22:20:01 PDT 2025


  Branch: refs/heads/users/HighCommander4/issue-130468
  Home:   https://github.com/llvm/llvm-project
  Commit: f6c57947b12d8c22e8e54757fc03ff1e407aa12e
      https://github.com/llvm/llvm-project/commit/f6c57947b12d8c22e8e54757fc03ff1e407aa12e
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

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

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


  Commit: a8b885fc950ad6dda24123027f98a9e77fed3785
      https://github.com/llvm/llvm-project/commit/a8b885fc950ad6dda24123027f98a9e77fed3785
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

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

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


  Commit: 0d58a3f763066ad1941d931e3c6e632bde747162
      https://github.com/llvm/llvm-project/commit/0d58a3f763066ad1941d931e3c6e632bde747162
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

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

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


  Commit: 688fbcf127eb297abbeee070f1bd76fd0dbdab89
      https://github.com/llvm/llvm-project/commit/688fbcf127eb297abbeee070f1bd76fd0dbdab89
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-04-11 (Fri, 11 Apr 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: 5b4f65007039eecd613d3c496e2c7b9951403c44
      https://github.com/llvm/llvm-project/commit/5b4f65007039eecd613d3c496e2c7b9951403c44
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

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

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


  Commit: 3884509019ef5730828c9996260b9f7515d50b1c
      https://github.com/llvm/llvm-project/commit/3884509019ef5730828c9996260b9f7515d50b1c
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

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

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


Compare: https://github.com/llvm/llvm-project/compare/16dfb5f1f518...3884509019ef

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