[clang] [NFC][analyzer] Simplify ownership of checker objects (PR #128887)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 26 08:08:28 PST 2025
================
@@ -185,13 +185,11 @@ class CheckerManager {
StringRef OptionName,
StringRef ExpectedValueDesc) const;
- using CheckerRef = CheckerBase *;
using CheckerTag = const void *;
- using CheckerDtor = CheckerFn<void ()>;
-//===----------------------------------------------------------------------===//
-// Checker registration.
-//===----------------------------------------------------------------------===//
+ //===----------------------------------------------------------------------===//
+ // Checker registration.
+ //===----------------------------------------------------------------------===//
----------------
steakhal wrote:
We could as well just drop this comment.
https://github.com/llvm/llvm-project/pull/128887
More information about the cfe-commits
mailing list