[all-commits] [llvm/llvm-project] 04fbb1: [clang-tidy] Header check support for check_clang_...

mitchell via All-commits all-commits at lists.llvm.org
Fri Feb 13 08:31:13 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04fbb1dba583919939eafeb0ec6241e062e61371
      https://github.com/llvm/llvm-project/commit/04fbb1dba583919939eafeb0ec6241e062e61371
  Author: mitchell <mitchell.xu2 at gmail.com>
  Date:   2026-02-14 (Sat, 14 Feb 2026)

  Changed paths:
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    M clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/concat-nested-namespaces/modernize-concat-nested-namespaces.h
    M clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/pass-by-value/header-with-fix.h
    M clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/pass-by-value/header.h
    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/performance/Inputs/unnecessary-value-param/header.h
    M clang-tools-extra/test/clang-tidy/checkers/performance/unnecessary-value-param-header.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability/duplicate-include.cpp

  Log Message:
  -----------
  [clang-tidy] Header check support for check_clang_tidy.py (#175735)

As of AI-Usage: Gemini CLI was used for pre-commit review and finding
testcases that need to be updated.

Closes [#133515](https://github.com/llvm/llvm-project/issues/133515)

---------

Co-authored-by: EugeneZelenko <eugene.zelenko at gmail.com>



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