Changeset 3a513d89


Ignore:
Timestamp:
May 24, 2023, 2:14:31 PM (16 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT
Children:
044ae62
Parents:
f4e01f1
Message:

Initiate host adt

Location:
src/Validate
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/HoistStruct.cpp

    rf4e01f1 r3a513d89  
    138138}
    139139
     140void hoistAdt( [[maybe_unused]] ast::TranslationUnit & trnaslationUnit ) {
     141       
     142}
     143
    140144} // namespace Validate
    141145
  • src/Validate/HoistStruct.hpp

    rf4e01f1 r3a513d89  
    2424/// Flattens nested type declarations. (Run right after Fix Qualified Types.)
    2525void hoistStruct( ast::TranslationUnit & translationUnit );
     26void hoistAdt( ast::TranslationUnit & trnaslationUnit );
    2627
    2728}
Note: See TracChangeset for help on using the changeset viewer.