Skip to content

Commit

Permalink
Fix #12741 (Add Misra C++ 2023 option in --help output)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed May 16, 2024
1 parent 5d17cc2 commit ac41017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,7 @@ void CmdLineParser::printHelp() const
" * misra-c-2012 Misra C 2012\n"
" * misra-c-2023 Misra C 2023\n"
" * misra-c++-2008 Misra C++ 2008\n"
" * misra-c++-2023 Misra C++ 2023\n"
" Other:\n"
" * bughunting Soundy analysis\n"
" * cert-c-int-precision=BITS Integer precision to use in Cert C analysis.\n"
Expand Down

0 comments on commit ac41017

Please sign in to comment.