Changeset b0d9ff7 for src/SynTree/Type.h


Ignore:
Timestamp:
Sep 1, 2022, 1:27:52 PM (20 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
12df6fe
Parents:
def751f
Message:

Fix up the QualifiedNameExpr?. It should now work on both old AST and new AST. There are some known bugs to fix so make all-tests will fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Type.h

    rdef751f rb0d9ff7  
    342342        Type * parent;
    343343        Type * child;
    344 
    345344        QualifiedType( const Type::Qualifiers & tq, Type * parent, Type * child );
    346345        QualifiedType( const QualifiedType & tq );
Note: See TracChangeset for help on using the changeset viewer.