Changeset 1df492a for src/SynTree/Type.h
- Timestamp:
- Jun 21, 2022, 1:39:14 PM (16 months ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- eb5962a
- Parents:
- fc134a48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Type.h
rfc134a48 r1df492a 274 274 class PointerType : public Type { 275 275 public: 276 Type * base;276 Type * base; 277 277 278 278 // In C99, pointer types can be qualified in many ways e.g., int f( int a[ static 3 ] ) … … 516 516 typedef ReferenceToType Parent; 517 517 public: 518 // this decl is not "owned" by the unioninst; it is merely a pointer to elsewhere in the tree,519 // where the unionused in this type is actually defined518 // this decl is not "owned" by the enum inst; it is merely a pointer to elsewhere in the tree, 519 // where the enum used in this type is actually defined 520 520 EnumDecl *baseEnum = nullptr; 521 521
Note: See TracChangeset
for help on using the changeset viewer.