[all-commits] [llvm/llvm-project] fb9ec9: [flang][runtime] Enforce restrictions on unlimited...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon May 9 12:52:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb9ec95cf0c2ed6e3b5273b2274eac70dd8bd3d4
https://github.com/llvm/llvm-project/commit/fb9ec95cf0c2ed6e3b5273b2274eac70dd8bd3d4
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-05-09 (Mon, 09 May 2022)
Changed paths:
M flang/runtime/format-implementation.h
M flang/unittests/Runtime/Format.cpp
Log Message:
-----------
[flang][runtime] Enforce restrictions on unlimited format repetition
A repeated format item group with an unlimited ('*') repetition count
can appear only as the last item at the top level of a format; it can't
be nested in more parentheses and it can't be followed by anything
else.
Differential Revision: https://reviews.llvm.org/D125054
More information about the All-commits
mailing list