[PATCH] D78760: Check a class has a definition before iterating over its base classes
    Akira Hatanaka via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Apr 23 14:41:05 PDT 2020
    
    
  
ahatanak added a comment.
I'm not sure why this shouldn't be caught in `Sema::CheckBaseSpecifier`. But there is a check for the definition of the class before `findCircularInheritance` is called, so I'm guessing there is a reason the code shouldn't be rejected here.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78760/new/
https://reviews.llvm.org/D78760
    
    
More information about the cfe-commits
mailing list