[clang-tools-extra] [clang-tidy][NFC] Fix list.rst and add_new_check.py (PR #192228)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 15 05:11:06 PDT 2026


================
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - cert-err33-c
+.. meta::
+   :http-equiv=refresh: 5;URL=../bugprone/unused-return-value.html
----------------
zeyi2 wrote:

>From what I see there are a few workarounds:

1. switch to: `:http-equiv=refresh: 99999 (a very large number)` (a hack that could work)
2. remove the `meta`, then change the algorithm in the python script (either with a hardcoded list or with other heuristics)

Which one do you prefer?

https://github.com/llvm/llvm-project/pull/192228


More information about the cfe-commits mailing list