Skip to content

Commit d2242c7

Browse files
committed
clang-format
1 parent 40da37f commit d2242c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

flang/include/flang/Optimizer/Builder/Runtime/Execute.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ namespace fir::runtime {
2222

2323
/// Generate a call to the ExecuteCommandLine runtime function which implements
2424
/// the GET_EXECUTE_ARGUMENT intrinsic.
25-
/// \p wait, \p exitstat, \p cmdstat and \p cmdmsg must be fir.box that can be
25+
/// \p wait must be bool that can be absent.
26+
/// \p exitstat, \p cmdstat and \p cmdmsg must be fir.box that can be
2627
/// absent (but not null mlir values). The status exitstat and cmdstat are
2728
/// returned, along with the message cmdmsg.
2829
void genExecuteCommandLine(fir::FirOpBuilder &, mlir::Location,

flang/runtime/tools.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ template <int KIND> struct FitsInIntegerKind;
453453

454454
RT_API_ATTRS bool FitsInDescriptor(
455455
const Descriptor *length, std::int64_t value, Terminator &terminator);
456+
456457
// Defines a utility function for copying and padding characters
457458
template <typename TO, typename FROM>
458459
RT_API_ATTRS void CopyAndPad(

0 commit comments

Comments
 (0)