[PATCH] D88711: [flang][NFC] Fix mis-matched struct/class declarations

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 08:58:55 PDT 2020


klausler accepted this revision.
klausler added a comment.
This revision is now accepted and ready to land.

In D88711#2307606 <https://reviews.llvm.org/D88711#2307606>, @tskeith wrote:

> In D88711#2307551 <https://reviews.llvm.org/D88711#2307551>, @klausler wrote:
>
>> 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.
>
> The only other specialization I see is immediately above and it's a struct.

Ok.  When I'm all done, it'll be a class, but I'll make sure to keep things consistent.


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