[all-commits] [llvm/llvm-project] d1123e: [flang] Extension: skip over NAMELIST groups
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jan 20 17:07:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1123e36922d18e2b93b01e85ef706bc8f819fb5
https://github.com/llvm/llvm-project/commit/d1123e36922d18e2b93b01e85ef706bc8f819fb5
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M flang/docs/Extensions.md
M flang/runtime/namelist.cpp
M flang/unittests/Runtime/Namelist.cpp
Log Message:
-----------
[flang] Extension: skip over NAMELIST groups
Implements a near-universal extension in which NAMELIST
input will skip over unrelated namelist groups in the
input stream until the group with the requested name appears.
Differential Revision: https://reviews.llvm.org/D117843
More information about the All-commits
mailing list