Changeset f134c25
- Timestamp:
- Apr 4, 2022, 7:48:02 PM (18 months ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 0c3aa67
- Parents:
- f2bc9fa (diff), 7c919559 (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/SymTab/Validate.cc
rf2bc9fa rf134c25 395 395 TranslateDimensionGenericParameters::translateDimensions( translationUnit ); 396 396 }); 397 if (!useNewAST) { 397 398 Stats::Time::TimeBlock("Resolve Enum Initializers", [&]() { 398 399 acceptAll( translationUnit, rei ); // must happen after translateDimensions because rei needs identifier lookup, which needs name mangling 399 400 }); 401 } 400 402 Stats::Time::TimeBlock("Check Function Returns", [&]() { 401 403 ReturnChecker::checkFunctionReturns( translationUnit );
Note: See TracChangeset
for help on using the changeset viewer.