================ @@ -132,14 +132,15 @@ class SpecialCaseList { using SectionEntries = StringMap<StringMap<Matcher>>; struct Section { - Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; - Section() : Section(std::make_unique<Matcher>()) {} + Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)) {}; ---------------- vitalybuka wrote:
Try to avoid mixing formatting unrelated changes with logic changes. Either revert or move into a new PR https://github.com/llvm/llvm-project/pull/140127 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits