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.
2 parents 7d4e246 + 748baba commit 4f4513cCopy full SHA for 4f4513c
tools/gnatcov/command_line.ads
@@ -1115,9 +1115,10 @@ package Command_Line is
1115
(Long_Name => "--subprograms",
1116
Pattern => "FILE:LINE",
1117
Help =>
1118
- "Restrict coverage analysis to specific subprograms designated by"
1119
- & " the specification source line for Ada, and by the body source"
1120
- & " for C/C++.",
+ "Experimental feature: restrict coverage analysis to specific"
+ & " subprograms designated by the specification source line for"
+ & " Ada, or to specific functions designated by the definition"
1121
+ & " source line for C/C++.",
1122
Commands => (Cmd_Coverage => True, others => False),
1123
Internal => False),
1124
Opt_Scenario_Var => Create
0 commit comments