njames93 added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp:101-102 + +void StringFindStrContainsCheck::storeOptions( + ClangTidyOptions::OptionMap &Opts) { + Options.store(Opts, "StringLikeClasses", ---------------- I don't know if you have rebased recently, but `TransformerClangTidyCheck` now has a `storeOptions` method that needs calling from derived classes that override `storeOptions`. For now can you add a call to that in here `TransformerClangTidyCheck::storeOptions(Opts);` I Agree that we need to rework how options are handled but for now, make it work correctly. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80023/new/ https://reviews.llvm.org/D80023 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits