[all-commits] [llvm/llvm-project] 651f58: [flang] Remove *- C++ -* incantation from runtime ...
Diana via All-commits
all-commits at lists.llvm.org
Fri Sep 3 00:18:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 651f58bf63e6cb6926faf0f33200c57fdd591a85
https://github.com/llvm/llvm-project/commit/651f58bf63e6cb6926faf0f33200c57fdd591a85
Author: Diana Picus <diana.picus at linaro.org>
Date: 2021-09-03 (Fri, 03 Sep 2021)
Changed paths:
M flang/runtime/buffer.cpp
M flang/runtime/character.cpp
M flang/runtime/connection.cpp
M flang/runtime/edit-input.cpp
M flang/runtime/edit-output.cpp
M flang/runtime/environment.cpp
M flang/runtime/file.cpp
M flang/runtime/format.cpp
M flang/runtime/internal-unit.cpp
M flang/runtime/io-api.cpp
M flang/runtime/io-error.cpp
M flang/runtime/io-stmt.cpp
M flang/runtime/iostat.cpp
M flang/runtime/main.cpp
M flang/runtime/memory.cpp
M flang/runtime/namelist.cpp
M flang/runtime/numeric.cpp
M flang/runtime/stat.cpp
M flang/runtime/stop.cpp
M flang/runtime/terminator.cpp
M flang/runtime/tools.cpp
M flang/runtime/unit-map.cpp
M flang/runtime/unit.cpp
Log Message:
-----------
[flang] Remove *- C++ -* incantation from runtime .cpp files. NFC
We should only need to spell the language out in .h files.
Differential Revision: https://reviews.llvm.org/D109138
More information about the All-commits
mailing list