[clang] [analyzer][NFC] Introduce framework for checker families (PR #139256)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Tue May 13 02:44:44 PDT 2025
================
@@ -50,11 +50,11 @@ bool CheckerManager::hasPathSensitiveCheckers() const {
}
void CheckerManager::reportInvalidCheckerOptionValue(
- const CheckerBase *C, CheckerPartIdx Idx, StringRef OptionName,
+ const CheckerFrontend *CP, StringRef OptionName,
----------------
steakhal wrote:
Same goes here. I'd prefer `Checker` as a name.
https://github.com/llvm/llvm-project/pull/139256
More information about the cfe-commits
mailing list