[all-commits] [llvm/llvm-project] 11622d: [flang][NFC] Fix mis-matched struct/class declarat...
Tim Keith via All-commits
all-commits at lists.llvm.org
Fri Oct 2 13:09:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 11622d0fed8c1fb99124ebf4a6aece4bcc83b367
https://github.com/llvm/llvm-project/commit/11622d0fed8c1fb99124ebf4a6aece4bcc83b367
Author: Tim Keith <tkeith at nvidia.com>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M flang/runtime/io-stmt.h
Log Message:
-----------
[flang][NFC] Fix mis-matched struct/class declarations
The template `ListDirectedStatementState` was declared as a struct and then as a class.
Fix it so they match.
Differential Revision: https://reviews.llvm.org/D88711
More information about the All-commits
mailing list