Changeset 9feb34b for src/Validate


Ignore:
Timestamp:
Mar 29, 2023, 11:07:03 AM (17 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
afdb74b
Parents:
60380a1
Message:

Moved toString and toCString to a new header. Updated includes. cassert was somehow getting instances of toString before but that stopped working so I embedded the new smaller include.

Location:
src/Validate
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/FixQualifiedTypes.cpp

    r60380a1 r9feb34b  
    1616#include "Validate/FixQualifiedTypes.hpp"
    1717
     18#include "AST/LinkageSpec.hpp"             // for Linkage
    1819#include "AST/Pass.hpp"
    1920#include "AST/TranslationUnit.hpp"
     21#include "Common/ToString.hpp"             // for toString
     22#include "SymTab/Mangler.h"                // for Mangler
    2023#include "Validate/NoIdSymbolTable.hpp"
    21 #include "SymTab/Mangler.h"            // for Mangler
    22 #include "AST/LinkageSpec.hpp"                     // for Linkage
    2324
    2425namespace Validate {
  • src/Validate/ForallPointerDecay.cpp

    r60380a1 r9feb34b  
    2222#include "CodeGen/OperatorTable.h"
    2323#include "Common/CodeLocation.h"
     24#include "Common/ToString.hpp"
    2425#include "SymTab/FixFunction.h"
    2526
  • src/Validate/HandleAttributes.cc

    r60380a1 r9feb34b  
    1919#include "Common/Eval.h"
    2020#include "Common/PassVisitor.h"
     21#include "Common/ToString.hpp"
    2122#include "Common/SemanticError.h"
    2223#include "ResolvExpr/Resolver.h"
  • src/Validate/HoistStruct.cpp

    r60380a1 r9feb34b  
    1616#include "Validate/HoistStruct.hpp"
    1717
     18#include <sstream>
     19
    1820#include "AST/Pass.hpp"
    1921#include "AST/TranslationUnit.hpp"
    20 #include "Common/utility.h"
    2122
    2223namespace Validate {
Note: See TracChangeset for help on using the changeset viewer.