================ @@ -54,6 +55,7 @@ class MiscModule : public ClangTidyModule { CheckFactories.registerCheck<MisleadingIdentifierCheck>( "misc-misleading-identifier"); CheckFactories.registerCheck<MisplacedConstCheck>("misc-misplaced-const"); + CheckFactories.registerCheck<MustUseCheck>("misc-must-use"); ---------------- rockwotj wrote:
Merging that check and mine STGM (as well as the naming of your check). Do you have source for your check you'd like to point to? Otherwise I'm happy to add in a lot of these. https://github.com/llvm/llvm-project/pull/76101 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits