We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f4a30 commit ffe6ac4Copy full SHA for ffe6ac4
clang/include/clang/StaticAnalyzer/Core/Checker.h
@@ -545,7 +545,7 @@ class Checker : public CheckerBase, public CHECKs... {
545
/// Checker families (where a single backend class implements multiple related
546
/// frontends) should derive from this template, specify all the implemented
547
/// callbacks (i.e. classes like `check::PreStmt` or `eval::Call`) as template
548
-/// arguments of `FamilyChecker`.
+/// arguments of `CheckerFamily`.
549
template <typename... CHECKs>
550
class CheckerFamily : public CheckerBackend, public CHECKs... {
551
public:
0 commit comments