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 2aa9fa5 commit fbe5196Copy full SHA for fbe5196
jbmc/src/java_bytecode/remove_exceptions.cpp
@@ -207,7 +207,7 @@ bool remove_exceptionst::function_or_callees_may_throw(
207
/// Translates an exception landing-pad into instructions that copy the
208
/// in-flight exception pointer to a nominated expression, then clear the
209
/// in-flight exception (i.e. null the pointer), hence marking it caught.
210
-/// \param goto_program: body of the function containing this landingpad
+/// \param [out] goto_program: body of the function containing this landingpad
211
/// instruction
212
/// \param instr_it: iterator pointing to the landingpad instruction.
213
/// Will be overwritten.
0 commit comments