Skip to content

Commit 835f187

Browse files
fixup! fixup! fixup! fixup! fixup! Fix #958: warn when feof() is used as a while loop condition
1 parent 13c1509 commit 835f187

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/checkers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ namespace checkers {
101101
{"CheckFunctions::useStandardLibrary","style"},
102102
{"CheckIO::checkCoutCerrMisusage","c"},
103103
{"CheckIO::checkFileUsage",""},
104+
{"CheckIO::checkWrongfeofUsage",""},
104105
{"CheckIO::checkWrongPrintfScanfArguments",""},
105106
{"CheckIO::invalidScanf",""},
106107
{"CheckLeakAutoVar::check","notclang"},

0 commit comments

Comments
 (0)