[clang-tools-extra] [clang-tidy][NFC] Fix list.rst and add_new_check.py (PR #192228)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 15 05:25:57 PDT 2026
================
@@ -1,4 +1,6 @@
.. title:: clang-tidy - cert-err33-c
+.. meta::
+ :http-equiv=refresh: 5;URL=../bugprone/unused-return-value.html
----------------
vbvictor wrote:
In add_new_check I saw "# The checker is just a alias without redirect." so we could still support aliases without redirects, maybe we can do that? (and the script will be happy without http-equiv
TBH I don't think that automatic redirect is user-friendly at all and I personally got annoyed in the past this this mechanic.
https://github.com/llvm/llvm-project/pull/192228
More information about the cfe-commits
mailing list