Changeset be9288a for src/InitTweak


Ignore:
Timestamp:
Aug 15, 2017, 1:38:04 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
bd098ea
Parents:
ea6332d
Message:

Fixed errors made by the clean-up tool

Location:
src/InitTweak
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    rea6332d rbe9288a  
    1313// Update Count     : 74
    1414//
     15#include "FixInit.h"
    1516
    1617#include <stddef.h>                    // for NULL
     
    3334#include "Common/utility.h"            // for CodeLocation, ValueGuard, toSt...
    3435#include "FixGlobalInit.h"             // for fixGlobalInit
    35 #include "FixInit.h"
    3636#include "GenInit.h"                   // for genCtorDtor
    3737#include "GenPoly/DeclMutator.h"       // for DeclMutator
     
    4040#include "InitTweak.h"                 // for getFunctionName, getCallArg
    4141#include "Parser/LinkageSpec.h"        // for C, Spec, Cforall, isBuiltin
    42 #include "PassVisitor.h"               // for mutateAll
    4342#include "ResolvExpr/Resolver.h"       // for findVoidExpression
    4443#include "ResolvExpr/typeops.h"        // for typesCompatible
  • src/InitTweak/GenInit.cc

    rea6332d rbe9288a  
    1313// Update Count     : 183
    1414//
     15#include "GenInit.h"
    1516
    1617#include <stddef.h>                // for NULL
     
    2425#include "Common/UniqueName.h"     // for UniqueName
    2526#include "Common/utility.h"        // for ValueGuard, maybeClone
    26 #include "GenInit.h"
    2727#include "GenPoly/DeclMutator.h"   // for DeclMutator
    2828#include "GenPoly/GenPoly.h"       // for getFunctionType, isPolyType
     
    3030#include "InitTweak.h"             // for isConstExpr, InitExpander, checkIn...
    3131#include "Parser/LinkageSpec.h"    // for isOverridable, C
    32 #include "PassVisitor.h"           // for bool_ref, acceptAll, mutateAll
    3332#include "SymTab/Autogen.h"        // for genImplicitCall, SizeType
    3433#include "SymTab/Mangler.h"        // for Mangler
  • src/InitTweak/InitTweak.h

    rea6332d rbe9288a  
    1616#pragma once
    1717
    18 #include <bits/shared_ptr.h>  // for shared_ptr
    1918#include <list>               // for list
     19#include <memory>             // for shared_ptr
    2020#include <string>             // for string, allocator
    2121
Note: See TracChangeset for help on using the changeset viewer.