File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
lib/StaticAnalyzer/Checkers Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,8 @@ class DivZeroChecker : public CheckerFamily<check::PreStmt<BinaryOperator>> {
3939
4040 void checkPreStmt (const BinaryOperator *B, CheckerContext &C) const ;
4141
42- // / Identifies this checker family for debugging purposes. For backwards
43- // / compatibility, this is the name of the older sub-checker.
44- StringRef getTagDescription () const override { return " core.DivideZero" ; }
42+ // / Identifies this checker family for debugging purposes.
43+ StringRef getTagDescription () const override { return " DivZeroChecker" ; }
4544};
4645} // end anonymous namespace
4746
Original file line number Diff line number Diff line change 3939
4040// Finally, each checker call back is also present:
4141//
42- // CHECK: "name": "Total Stmt:core.DivideZero ",
42+ // CHECK: "name": "Total Stmt:DivZeroChecker ",
4343// CHECK-NEXT: "args": {
4444// CHECK-NEXT: "count": {{[0-9]+}},
4545// CHECK-NEXT: "avg ms": {{[0-9]+}}
You can’t perform that action at this time.
0 commit comments