[clang] [clang-tools-extra] [clang-tidy] Avoid matching nodes in system headers (PR #151035)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 28 14:51:37 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list