Changeset 39cf5cc for src/Validate


Ignore:
Timestamp:
Jul 3, 2024, 5:32:19 PM (16 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
f8f298c
Parents:
6d2b3dc (diff), 793eb2f (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/Validate/ImplementEnumFunc.hpp

    r6d2b3dc r39cf5cc  
    22
    33namespace ast {
    4     class TranslationUnit;
     4        class TranslationUnit;
    55}
    66
    77namespace Validate {
    8     void implementEnumFunc( ast::TranslationUnit & translationUnit );
     8
     9/// Auto-Generation of enumeration functions.
     10/// Happens before fixReturnStatements because it inserts "unfixed" returns.
     11void implementEnumFunc( ast::TranslationUnit & translationUnit );
     12
    913}
Note: See TracChangeset for help on using the changeset viewer.