Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.cpp

    r90e683b r90be0cf  
    169169}
    170170
     171bool EnumDecl::isTyped() const { return base; }
     172
     173bool EnumDecl::isOpaque() const { return isCfa && !isTyped(); }
     174
    171175}
    172176
Note: See TracChangeset for help on using the changeset viewer.