Ignore:
Timestamp:
Aug 15, 2017, 1:38:04 PM (7 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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.