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 9ef0910 commit dcd6da9Copy full SHA for dcd6da9
cli/cmdlineparser.cpp
@@ -1754,8 +1754,9 @@ void CmdLineParser::printHelp() const
1754
" --enable=<id> Enable additional checks. The available ids are:\n"
1755
" * all\n"
1756
" Enable all checks. It is recommended to only\n"
1757
- " use --enable=all when the whole program is\n"
1758
- " scanned, because this enables unusedFunction.\n"
+ " use --enable=all when the entire program is\n"
+ " scanned, since some checks (e.g. unusedFunction)\n"
1759
+ " require whole-program analysis and may otherwise produce many false positives.\n"
1760
" * warning\n"
1761
" Enable warning messages\n"
1762
" * style\n"
0 commit comments