Changeset a9762dc for src/AST/Pass.hpp


Ignore:
Timestamp:
Sep 14, 2022, 4:35:15 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
01865fb
Parents:
1b65595
Message:

Passvisitor can now track code location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r1b65595 ra9762dc  
    327327struct PureVisitor {};
    328328
     329struct WithCodeLocation {
     330        const CodeLocation * location = nullptr;
     331};
     332
    329333/// Keep track of the polymorphic const TypeSubstitution * typeSubs for the current expression.
    330334struct WithConstTypeSubstitution {
Note: See TracChangeset for help on using the changeset viewer.