We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a728f21 commit 763c2dfCopy full SHA for 763c2df
clang-tools-extra/clang-tidy/llvm/UseRangesCheck.cpp
@@ -8,6 +8,8 @@
8
9
#include "UseRangesCheck.h"
10
11
+// FixItHint - Let the docs script know that this class does provide fixits
12
+
13
namespace clang::tidy::llvm_check {
14
15
namespace {
0 commit comments