Skip to content

Commit ffe6ac4

Browse files
committed
s/FamilyChecker/CheckerFamily/ in comment
1 parent 13f4a30 commit ffe6ac4

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/StaticAnalyzer/Core

1 file changed

+1
-1
lines changed

clang/include/clang/StaticAnalyzer/Core/Checker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ class Checker : public CheckerBase, public CHECKs... {
545545
/// Checker families (where a single backend class implements multiple related
546546
/// frontends) should derive from this template, specify all the implemented
547547
/// callbacks (i.e. classes like `check::PreStmt` or `eval::Call`) as template
548-
/// arguments of `FamilyChecker`.
548+
/// arguments of `CheckerFamily`.
549549
template <typename... CHECKs>
550550
class CheckerFamily : public CheckerBackend, public CHECKs... {
551551
public:

0 commit comments

Comments
 (0)