Changeset 083e637 for src/AST


Ignore:
Timestamp:
May 7, 2024, 4:45:53 PM (2 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
07e9df1, 0b6c1c9
Parents:
195d1d8 (diff), b2ea0cd (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

Location:
src/AST
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/AST/BasicKind.hpp

    r195d1d8 r083e637  
    1919
    2020// GENERATED START, DO NOT EDIT
    21 // GENERATED BY BasicTypes-gen.cc
     21// GENERATED BY BasicTypes-gen.cpp
    2222enum BasicKind {
    2323        Bool,
  • src/AST/Print.cpp

    r195d1d8 r083e637  
    2323#include "Type.hpp"
    2424#include "TypeSubstitution.hpp"
    25 #include "CompilationState.h"
     25#include "CompilationState.hpp"
    2626#include "Common/Iterate.hpp"
    2727
  • src/AST/Type.cpp

    r195d1d8 r083e637  
    5050
    5151// GENERATED START, DO NOT EDIT
    52 // GENERATED BY BasicTypes-gen.cc
     52// GENERATED BY BasicTypes-gen.cpp
    5353const char * BasicType::typeNames[] = {
    5454        "_Bool",
  • src/AST/TypeEnvironment.cpp

    r195d1d8 r083e637  
    3434#include "ResolvExpr/Unify.h"      // for unifyInexact
    3535#include "Tuples/Tuples.h"         // for isTtype
    36 #include "CompilationState.h"
     36#include "CompilationState.hpp"
    3737
    3838using ResolvExpr::WidenMode;
Note: See TracChangeset for help on using the changeset viewer.