Changeset 793eb2f
- Timestamp:
- Jul 3, 2024, 4:18:44 PM (5 months ago)
- Branches:
- master
- Children:
- 39cf5cc
- Parents:
- 7fe4adbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cpp
r7fe4adbb r793eb2f 320 320 PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit ); 321 321 PASS( "Fix Qualified Types", Validate::fixQualifiedTypes, transUnit ); 322 323 322 PASS( "Eliminate Typedef", Validate::eliminateTypedef, transUnit ); 324 323 PASS( "Hoist Struct", Validate::hoistStruct, transUnit );
Note: See TracChangeset
for help on using the changeset viewer.