@@ -759,7 +759,7 @@ def parse() -> argparse.Namespace:
759759 cfileanalyze .add_argument (
760760 "--analysis" ,
761761 default = "undefined-behavior" ,
762- choices = ["undefined-behavior" , "outputparameters" ],
762+ choices = ["undefined-behavior" , "outputparameters" , "errno" ],
763763 help = "choose analysis for creating primary proof obligations" )
764764 cfileanalyze .add_argument (
765765 "--collect-diagnostics" ,
@@ -809,7 +809,7 @@ def parse() -> argparse.Namespace:
809809 cfilereport .add_argument (
810810 "--analysis" ,
811811 default = "undefined-behavior" ,
812- choices = ["undefined-behavior" , "outputparameters" ],
812+ choices = ["undefined-behavior" , "outputparameters" , "errno" ],
813813 help = "choose analysis for reporting results" )
814814 cfilereport .add_argument (
815815 "--open" ,
@@ -857,7 +857,7 @@ def parse() -> argparse.Namespace:
857857 cfilerun .add_argument (
858858 "--analysis" ,
859859 default = "undefined-behavior" ,
860- choices = ["undefined-behavior" , "outputparameters" ],
860+ choices = ["undefined-behavior" , "outputparameters" , "errno" ],
861861 help = "choose analysis for creating primary proof obligations" )
862862 cfilerun .add_argument (
863863 "--collect-diagnostics" ,
@@ -1588,7 +1588,7 @@ def parse() -> argparse.Namespace:
15881588 cprojectanalyze .add_argument (
15891589 "--analysis" ,
15901590 default = "undefined-behavior" ,
1591- choices = ["undefined-behavior" , "outputparameters" ],
1591+ choices = ["undefined-behavior" , "outputparameters" , "errno" ],
15921592 help = "choose analysis for creating primary proof obligations" )
15931593 cprojectanalyze .add_argument (
15941594 "--collect-diagnostics" ,
@@ -1635,7 +1635,7 @@ def parse() -> argparse.Namespace:
16351635 cprojectreport .add_argument (
16361636 "--analysis" ,
16371637 default = "undefined-behavior" ,
1638- choices = ["undefined-behavior" , "outputparameters" ],
1638+ choices = ["undefined-behavior" , "outputparameters" , "errno" ],
16391639 help = "choose analysis for reporting results" )
16401640 cprojectreport .add_argument (
16411641 "--verbose" , "-v" ,
@@ -1667,7 +1667,7 @@ def parse() -> argparse.Namespace:
16671667 cprojectreportfile .add_argument (
16681668 "--analysis" ,
16691669 default = "undefined-behavior" ,
1670- choices = ["undefined-behavior" , "outputparameters" ],
1670+ choices = ["undefined-behavior" , "outputparameters" , "errno" ],
16711671 help = "choose analysis for reporting results" )
16721672 cprojectreportfile .add_argument (
16731673 "--showcode" ,
0 commit comments