Changeset 7c919559
- Timestamp:
- Apr 4, 2022, 3:35:16 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- f134c25
- Parents:
- 1a9592a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
r1a9592a r7c919559 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.