Changeset 332e93a for src/AST/Decl.cpp
- Timestamp:
- Feb 4, 2025, 9:18:54 PM (8 months ago)
- Branches:
- master
- Children:
- 090b076
- Parents:
- 985ff5f (diff), 1ee74df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.cpp
r985ff5f r332e93a 169 169 } 170 170 171 bool EnumDecl::isTyped() const { return base; }172 173 bool EnumDecl::isOpaque() const { return isCfa && !isTyped(); }174 175 171 } 176 172
Note:
See TracChangeset
for help on using the changeset viewer.