Changeset f134c25 for src


Ignore:
Timestamp:
Apr 4, 2022, 7:48:02 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.cc

    rf2bc9fa rf134c25  
    395395                                TranslateDimensionGenericParameters::translateDimensions( translationUnit );
    396396                        });
     397                        if (!useNewAST) {
    397398                        Stats::Time::TimeBlock("Resolve Enum Initializers", [&]() {
    398399                                acceptAll( translationUnit, rei ); // must happen after translateDimensions because rei needs identifier lookup, which needs name mangling
    399400                        });
     401                        }
    400402                        Stats::Time::TimeBlock("Check Function Returns", [&]() {
    401403                                ReturnChecker::checkFunctionReturns( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.