Changes in src/SynTree/Type.h [1df492a:f238fcc2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Type.h
r1df492a rf238fcc2 274 274 class PointerType : public Type { 275 275 public: 276 Type * 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 enuminst; it is merely a pointer to elsewhere in the tree,519 // where the enumused in this type is actually defined518 // this decl is not "owned" by the union inst; it is merely a pointer to elsewhere in the tree, 519 // where the union used in this type is actually defined 520 520 EnumDecl *baseEnum = nullptr; 521 521
Note: See TracChangeset
for help on using the changeset viewer.