[all-commits] [llvm/llvm-project] 378d24: [clang-tidy] Remove addition of emacs tag in check...
Baranov Victor via All-commits
all-commits at lists.llvm.org
Mon Aug 18 12:50:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 378d2401251f53a8abb8a9757536bae2d000bc77
https://github.com/llvm/llvm-project/commit/378d2401251f53a8abb8a9757536bae2d000bc77
Author: Baranov Victor <bar.victor.2002 at gmail.com>
Date: 2025-08-18 (Mon, 18 Aug 2025)
Changed paths:
M clang-tools-extra/clang-tidy/add_new_check.py
Log Message:
-----------
[clang-tidy] Remove addition of emacs tag in checks headers (#153942)
After https://github.com/llvm/llvm-project/pull/118553, emacs tag is no
longer needed in LLVM files:
https://llvm.org/docs/CodingStandards.html#file-headers.
This patch removes it from `add_new_check.py` lowering complexity we
need to maintain.
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