Changeset b82d140 for src/SymTab/Autogen.cc
- Timestamp:
- Nov 10, 2020, 12:44:44 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 080b0a1, 883c4d9, f33eab7
- Parents:
- 82a2fed (diff), cdacb73 (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
-
src/SymTab/Autogen.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Autogen.cc
r82a2fed rb82d140 38 38 #include "SynTree/Type.h" // for FunctionType, Type, TypeInstType 39 39 #include "SynTree/Visitor.h" // for maybeAccept, Visitor, acceptAll 40 #include "CompilationState.h" 40 41 41 42 class Attribute; … … 346 347 void FuncGenerator::resolve( FunctionDecl * dcl ) { 347 348 try { 348 ResolvExpr::resolveDecl( dcl, indexer ); 349 if (!useNewAST) // attempt to delay resolver call 350 ResolvExpr::resolveDecl( dcl, indexer ); 349 351 if ( functionNesting == 0 ) { 350 352 // forward declare if top-level struct, so that
Note:
See TracChangeset
for help on using the changeset viewer.