Changeset 9082d7e8 for src/SynTree/Type.h
- Timestamp:
- Mar 30, 2023, 4:05:59 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- bd72c284
- Parents:
- d24b1985 (diff), ff443e5 (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/SynTree/Type.h
rd24b1985 r9082d7e8 24 24 #include "BaseSyntaxNode.h" // for BaseSyntaxNode 25 25 #include "Common/Iterate.hpp"// for operator+ 26 #include "Common/utility.h" // for toCString27 26 #include "Mutator.h" // for Mutator 28 27 #include "SynTree.h" // for AST nodes … … 186 185 virtual bool isComplete() const { return true; } 187 186 188 virtual AggregateDecl * getAggr() const { assertf( false, "Non-aggregate type: %s", toCString( this ) ); }187 virtual AggregateDecl * getAggr() const; 189 188 190 189 virtual TypeSubstitution genericSubstitution() const;
Note:
See TracChangeset
for help on using the changeset viewer.