[all-commits] [llvm/llvm-project] 3426f9: [clang][NFC] Rename stale TypeSourceInfo DI variab...

Chanho Lee via All-commits all-commits at lists.llvm.org
Wed Nov 5 06:45:32 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3426f9c4811d7b710336bafe24e1930ac8f5d123
      https://github.com/llvm/llvm-project/commit/3426f9c4811d7b710336bafe24e1930ac8f5d123
  Author: Chanho Lee <ibear6954 at gmail.com>
  Date:   2025-11-05 (Wed, 05 Nov 2025)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/Sema/SemaDeclObjC.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeductionGuide.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Sema/TypeLocBuilder.h

  Log Message:
  -----------
  [clang][NFC] Rename stale TypeSourceInfo DI variables (#166082)

Fixes #165346

This patch renames stale variable names where `TypeSourceInfo` objects
were still using the old `DI` (`DeclaratorInfo`) naming convention.

Specifically, variables of type `TypeSourceInfo` have been updated from
`DI` to `TSI` to improve code clarity and maintain consistency with the
current naming.



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