[all-commits] [llvm/llvm-project] 7689db: [flang][runtime][NFC] Clean up Fortran::common::op...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Aug 29 08:06:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7689db874d38bc9e8aeeb02448f0091286105f93
https://github.com/llvm/llvm-project/commit/7689db874d38bc9e8aeeb02448f0091286105f93
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M flang-rt/include/flang-rt/runtime/connection.h
M flang-rt/include/flang-rt/runtime/environment.h
M flang-rt/include/flang-rt/runtime/file.h
M flang-rt/include/flang-rt/runtime/format-implementation.h
M flang-rt/include/flang-rt/runtime/format.h
M flang-rt/include/flang-rt/runtime/io-stmt.h
M flang-rt/include/flang-rt/runtime/random-templates.h
M flang-rt/include/flang-rt/runtime/tools.h
M flang-rt/include/flang-rt/runtime/type-code.h
M flang-rt/include/flang-rt/runtime/type-info.h
M flang-rt/include/flang-rt/runtime/utf.h
M flang-rt/lib/runtime/descriptor-io.cpp
M flang-rt/lib/runtime/edit-input.cpp
M flang-rt/lib/runtime/environment.cpp
M flang-rt/lib/runtime/io-api-common.h
M flang-rt/lib/runtime/io-api.cpp
M flang-rt/lib/runtime/io-stmt.cpp
M flang-rt/lib/runtime/misc-intrinsic.cpp
M flang-rt/lib/runtime/namelist.cpp
M flang-rt/lib/runtime/pseudo-unit.cpp
M flang-rt/lib/runtime/random.cpp
M flang-rt/lib/runtime/type-code.cpp
M flang-rt/lib/runtime/type-info.cpp
M flang-rt/lib/runtime/unit-map.cpp
M flang-rt/lib/runtime/unit.h
M flang-rt/lib/runtime/utf.cpp
Log Message:
-----------
[flang][runtime][NFC] Clean up Fortran::common::optional<> usage (#155728)
When somebody replaced uses of std::optional<> in the runtime with a new
optional<> defined locally, many needless top-level Fortran:: namespace
qualifiers were added, which are inconsistent with namespace usage in
the runtime. Clean them up.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list