Ignore:
Timestamp:
Mar 20, 2026, 8:22:37 AM (45 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
2c2e865
Parents:
742fa15
Message:

harmonize AST dump and flag names, and the order the passes are called

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CompilationState.cpp

    r742fa15 r5c56a22  
    1010// Created On       : Mon Ju1 30 10:47:01 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Apr 10 19:12:50 2023
    13 // Update Count     : 6
     12// Last Modified On : Sat Mar  7 15:43:02 2026
     13// Update Count     : 11
    1414//
    1515
     
    1818int
    1919        astp = false,
    20         bresolvep = false,
     20        bresolverp = false,
    2121        bboxp = false,
    2222        bcodegenp = false,
    23         ctorinitp = false,
     23        ctordtorp = false,
    2424        declstatsp = false,
    25         exdeclp = false,
    26         exprp = false,
     25        excpdeclp = false,
    2726        expraltp = false,
    28         genericsp = false,
     27        expranlp = false,
     28        instgenp = false,
    2929        invariant = false,
    3030        libcfap = false,
     
    3939        treep = false,
    4040        tuplep = false,
    41         validp = false,
     41        valideclp = false,
    4242        errorp = false,
    4343        codegenp = false,
Note: See TracChangeset for help on using the changeset viewer.