================
@@ -135,10 +135,15 @@ class MatchFinder {
llvm::StringMap<llvm::TimeRecord> &Records;
};
+ MatchFinderOptions() {}
----------------
5chmidti wrote:`MatchFinderOptions() = default;` (why add it in the first place? Having no ctor should be enough) https://github.com/llvm/llvm-project/pull/151035 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
