[all-commits] [llvm/llvm-project] 5d489b: [clang-tools-extra] Remove %T from lit tests (#151...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Thu Jul 31 10:27:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d489b82a1d0ae8e28fccdc4a28b36923a5f3959
      https://github.com/llvm/llvm-project/commit/5d489b82a1d0ae8e28fccdc4a28b36923a5f3959
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M clang-tools-extra/test/clang-apply-replacements/basic.cpp
    M clang-tools-extra/test/clang-apply-replacements/conflict.cpp
    M clang-tools-extra/test/clang-apply-replacements/crlf.cpp
    M clang-tools-extra/test/clang-apply-replacements/format-header.cpp
    M clang-tools-extra/test/clang-apply-replacements/format.cpp
    M clang-tools-extra/test/clang-apply-replacements/identical-in-TU.cpp
    M clang-tools-extra/test/clang-apply-replacements/identical.cpp
    M clang-tools-extra/test/clang-apply-replacements/ignore-conflict.cpp
    M clang-tools-extra/test/clang-apply-replacements/invalid-files.cpp
    M clang-tools-extra/test/clang-apply-replacements/order-dependent.cpp
    M clang-tools-extra/test/clang-apply-replacements/relative-paths.cpp
    M clang-tools-extra/test/clang-apply-replacements/yml-basic.cpp
    M clang-tools-extra/test/clang-change-namespace/allow-list.cpp
    M clang-tools-extra/test/clang-change-namespace/macro.cpp
    M clang-tools-extra/test/clang-include-fixer/include_path.cpp
    M clang-tools-extra/test/clang-include-fixer/multiple_fixes.cpp
    M clang-tools-extra/test/clang-include-fixer/yamldb_autodetect.cpp
    M clang-tools-extra/test/clang-move/move-class.cpp
    M clang-tools-extra/test/clang-move/move-enum-decl.cpp
    M clang-tools-extra/test/clang-move/move-function.cpp
    M clang-tools-extra/test/clang-move/move-multiple-classes.cpp
    M clang-tools-extra/test/clang-move/move-template-class.cpp
    M clang-tools-extra/test/clang-move/move-type-alias.cpp
    M clang-tools-extra/test/clang-move/move-used-helper-decls.cpp
    M clang-tools-extra/test/clang-move/move-var.cpp
    M clang-tools-extra/test/clang-move/no-move-macro-helpers.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc/header-include-cycle.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc/unused-parameters.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize/concat-nested-namespaces.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize/pass-by-value-header.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize/pass-by-value-multi-fixes.cpp
    M clang-tools-extra/test/clang-tidy/checkers/portability/restrict-system-includes-transitive.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-symlink.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-diff.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-run-with-database.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-store-check-profile-one-tu.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/diagnostic.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/export-relpath.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/list-checks.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/read_file_config.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/verify-config.cpp
    M clang-tools-extra/test/modularize/NoProblemsAssistant.modularize

  Log Message:
  -----------
  [clang-tools-extra] Remove %T from lit tests (#151538)

%T has been deprecated for about seven years since it is not unique to
each test and can thus lead to races. This patch removes uses of %T from
clang-tools-extra with the eventual goal of removing support for %T from
lit.



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