================
@@ -93,6 +94,8 @@ class ReadabilityModule : public ClangTidyModule {
"readability-container-size-empty");
CheckFactories.registerCheck<ConvertMemberFunctionsToStatic>(
"readability-convert-member-functions-to-static");
+ CheckFactories.registerCheck<AvoidDefaultLambdaCaptureCheck>(
+ "readability-avoid-default-lambda-capture");
----------------
localspook wrote:
Should be moved up to preserve alphabetical order
https://github.com/llvm/llvm-project/pull/160150
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits