[clang] [NFC][analyzer] Simplify ownership of checker objects (PR #128887)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 05:04:53 PST 2025
================
@@ -41,8 +42,8 @@ CheckerManager::CheckerManager(AnalyzerOptions &AOptions,
}
CheckerManager::~CheckerManager() {
----------------
NagyDonat wrote:
Good suggestion, I didn't know that `= default` works with out-of-line declarations.
https://github.com/llvm/llvm-project/pull/128887
More information about the cfe-commits
mailing list