File tree Expand file tree Collapse file tree 8 files changed +0
-1077
lines changed Expand file tree Collapse file tree 8 files changed +0
-1077
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ add_clang_library(clangTidyModernizeModule
39
39
UseNullptrCheck.cpp
40
40
UseOverrideCheck.cpp
41
41
UseStartsEndsWithCheck.cpp
42
- UseStdNumbersCheck.cpp
43
42
UseStdPrintCheck.cpp
44
43
UseTrailingReturnTypeCheck.cpp
45
44
UseTransparentFunctorsCheck.cpp
Original file line number Diff line number Diff line change 40
40
#include " UseNullptrCheck.h"
41
41
#include " UseOverrideCheck.h"
42
42
#include " UseStartsEndsWithCheck.h"
43
- #include " UseStdNumbersCheck.h"
44
43
#include " UseStdPrintCheck.h"
45
44
#include " UseTrailingReturnTypeCheck.h"
46
45
#include " UseTransparentFunctorsCheck.h"
@@ -70,8 +69,6 @@ class ModernizeModule : public ClangTidyModule {
70
69
CheckFactories.registerCheck <PassByValueCheck>(" modernize-pass-by-value" );
71
70
CheckFactories.registerCheck <UseStartsEndsWithCheck>(
72
71
" modernize-use-starts-ends-with" );
73
- CheckFactories.registerCheck <UseStdNumbersCheck>(
74
- " modernize-use-std-numbers" );
75
72
CheckFactories.registerCheck <UseStdPrintCheck>(" modernize-use-std-print" );
76
73
CheckFactories.registerCheck <RawStringLiteralCheck>(
77
74
" modernize-raw-string-literal" );
You can’t perform that action at this time.
0 commit comments