[PATCH] D88711: [flang][NFC] Fix mis-matched struct/class declarations
    Tim Keith via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct  1 17:37:42 PDT 2020
    
    
  
tskeith added a comment.
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.
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