Author: Congcong Cai Date: 2025-09-21T09:36:29+08:00 New Revision: d263150db59281473a38abcc5fe2c15be2f776b7
URL: https://github.com/llvm/llvm-project/commit/d263150db59281473a38abcc5fe2c15be2f776b7 DIFF: https://github.com/llvm/llvm-project/commit/d263150db59281473a38abcc5fe2c15be2f776b7.diff LOG: [clang-tidy][NFC] add comment in llvm-use-ranges for add_new_check.py (#159927) `add_new_check.py` deps on heuristic method (find special words) to detect whether check support auto fix. This PR wants to add comment in `llvm-use-ranges` to make it work. Added: Modified: clang-tools-extra/clang-tidy/llvm/UseRangesCheck.cpp Removed: ################################################################################ diff --git a/clang-tools-extra/clang-tidy/llvm/UseRangesCheck.cpp b/clang-tools-extra/clang-tidy/llvm/UseRangesCheck.cpp index 49dc92456af39..2c7a644b7a793 100644 --- a/clang-tools-extra/clang-tidy/llvm/UseRangesCheck.cpp +++ b/clang-tools-extra/clang-tidy/llvm/UseRangesCheck.cpp @@ -8,6 +8,8 @@ #include "UseRangesCheck.h" +// FixItHint - Let the docs script know that this class does provide fixits + namespace clang::tidy::llvm_check { namespace { _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
