Skip to content

Commit d263150

Browse files
authored
[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.
1 parent 678dcf1 commit d263150

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang-tools-extra/clang-tidy/llvm/UseRangesCheck.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#include "UseRangesCheck.h"
1010

11+
// FixItHint - Let the docs script know that this class does provide fixits
12+
1113
namespace clang::tidy::llvm_check {
1214

1315
namespace {

0 commit comments

Comments
 (0)