Changeset 83fd57d for src/Validate


Ignore:
Timestamp:
Nov 30, 2023, 2:04:16 PM (6 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
4a89b52
Parents:
6009a5a
Message:

Removed 'New' suffixes, they are no longer needed for disambiguation.

Location:
src/Validate
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • src/Validate/FindSpecialDecls.cpp

    r6009a5a r83fd57d  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // FindSpecialDeclsNew.cpp -- Find special declarations used in the compiler.
     7// FindSpecialDecls.cpp -- Find special declarations used in the compiler.
    88//
    99// Author           : Andrew Beach
  • src/Validate/FixReturnTypes.cpp

    r6009a5a r83fd57d  
    1919#include "AST/Pass.hpp"
    2020#include "AST/Type.hpp"
    21 #include "CodeGen/CodeGeneratorNew.hpp"
     21#include "CodeGen/CodeGenerator.hpp"
    2222#include "ResolvExpr/Unify.h"
    23 
    24 namespace ast {
    25     class TranslationUnit;
    26 }
    2723
    2824namespace Validate {
  • src/Validate/module.mk

    r6009a5a r83fd57d  
    2727        Validate/EnumAndPointerDecay.cpp \
    2828        Validate/EnumAndPointerDecay.hpp \
    29         Validate/FindSpecialDeclsNew.cpp \
     29        Validate/FindSpecialDecls.cpp \
    3030        Validate/FixQualifiedTypes.cpp \
    3131        Validate/FixQualifiedTypes.hpp \
Note: See TracChangeset for help on using the changeset viewer.