[all-commits] [llvm/llvm-project] 39429d: [clang-tidy] Implement alphabetical order check (#...

mitchell via All-commits all-commits at lists.llvm.org
Fri Dec 5 05:52:31 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39429dd3522f16aa5670265a1df6fbe63edcda84
      https://github.com/llvm/llvm-project/commit/39429dd3522f16aa5670265a1df6fbe63edcda84
  Author: mitchell <mitchell.xu2 at gmail.com>
  Date:   2025-12-05 (Fri, 05 Dec 2025)

  Changed paths:
    A clang-tools-extra/clang-tidy/tool/check_alphabetical_order.py
    A clang-tools-extra/clang-tidy/tool/check_alphabetical_order_test.py
    A clang-tools-extra/test/clang-tidy/infrastructure/alphabetical-order.test
    M clang-tools-extra/test/lit.cfg.py

  Log Message:
  -----------
  [clang-tidy] Implement alphabetical order check (#166072)

The patch implements `clang-tidy-alphabetical-order-check.py`, a small
Python tool to normalize clang-tidy docs with deterministic ordering.

It currently checks these two files:
-
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/docs/clang-tidy/checks/list.rst?plain=1
-
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/docs/ReleaseNotes.rst?plain=1

Closes #166021

---------

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