Changes in src/AST/Decl.cpp [90e683b:90be0cf]
- File:
-
- 1 edited
-
src/AST/Decl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.cpp
r90e683b r90be0cf 169 169 } 170 170 171 bool EnumDecl::isTyped() const { return base; } 172 173 bool EnumDecl::isOpaque() const { return isCfa && !isTyped(); } 174 171 175 } 172 176
Note:
See TracChangeset
for help on using the changeset viewer.