[PATCH] D88711: [flang][NFC] Fix mis-matched struct/class declarations
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 16:55:34 PDT 2020
klausler added a comment.
The other specialization of this template is a class, though, so maybe the best fix is to change the earlier template struct to a class so that they all are so. I've got a fix on the way that does that, I think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88711/new/
https://reviews.llvm.org/D88711
More information about the llvm-commits
mailing list