[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 06:16:50 PDT 2026
================
@@ -494,7 +494,40 @@ def has_auto_fix(check_name: str) -> str:
return ""
- def process_doc(doc_file: Tuple[str, str]) -> Tuple[str, Optional[Match[str]]]:
+ def detect_alias_target(check_name: str, content: str) -> Optional[str]:
----------------
zeyi2 wrote:
I can confirm that there is no FP/FN going on with this new detection method :)
https://github.com/llvm/llvm-project/pull/192228
More information about the cfe-commits
mailing list