Sort checks alphabetically in ReadabilityTidyModule.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@259393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
e692d6b5ed
Коммит
b38d8ce89d
|
@ -45,18 +45,18 @@ public:
|
|||
"readability-implicit-bool-cast");
|
||||
CheckFactories.registerCheck<InconsistentDeclarationParameterNameCheck>(
|
||||
"readability-inconsistent-declaration-parameter-name");
|
||||
CheckFactories.registerCheck<RedundantControlFlowCheck>(
|
||||
"readability-redundant-control-flow");
|
||||
CheckFactories.registerCheck<UniqueptrDeleteReleaseCheck>(
|
||||
"readability-uniqueptr-delete-release");
|
||||
CheckFactories.registerCheck<readability::NamedParameterCheck>(
|
||||
"readability-named-parameter");
|
||||
CheckFactories.registerCheck<RedundantControlFlowCheck>(
|
||||
"readability-redundant-control-flow");
|
||||
CheckFactories.registerCheck<RedundantSmartptrGetCheck>(
|
||||
"readability-redundant-smartptr-get");
|
||||
CheckFactories.registerCheck<RedundantStringCStrCheck>(
|
||||
"readability-redundant-string-cstr");
|
||||
CheckFactories.registerCheck<SimplifyBooleanExprCheck>(
|
||||
"readability-simplify-boolean-expr");
|
||||
CheckFactories.registerCheck<UniqueptrDeleteReleaseCheck>(
|
||||
"readability-uniqueptr-delete-release");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче