lebedev.ri resigned from this revision.
lebedev.ri added a comment.
Sorry, it does not appear that i'm being useful in this review.
Comment at:
clang-tools-extra/clang-tidy/readability/StaticMethodCheck.cpp:89-101
+ isDefinition(), isUserProvided(),
unless(isExpansio
aaron.ballman added inline comments.
Comment at:
clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp:96
+CheckFactories.registerCheck(
+"readability-static-method");
CheckFactories.registerCheck(
mgehre wrote:
> aaron.ballman wrot