Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/GenImplicitCall.cpp

    r8913de4 rfb4dc28  
    1616#include "GenImplicitCall.hpp"
    1717
    18 #include "AST/Decl.hpp"                  // for ObjectDecl
    19 #include "AST/Expr.hpp"                  // for ConstantExpr, UntypedExpr,...
    20 #include "AST/Init.hpp"                  // for SingleInit
    2118#include "AST/Inspect.hpp"               // for isUnnamedBitfield
    22 #include "AST/Stmt.hpp"                  // for ExprStmt
    23 #include "AST/Type.hpp"                  // for ArrayType, BasicType, ...
    2419#include "CodeGen/OperatorTable.h"       // for isCtorDtor
    2520#include "Common/UniqueName.h"           // for UniqueName
    2621
    2722namespace SymTab {
    28 
    29 namespace {
    3023
    3124template< typename OutIter >
     
    180173}
    181174
    182 } // namespace
    183 
    184175ast::ptr< ast::Stmt > genImplicitCall(
    185176        InitTweak::InitExpander_new & srcParam, const ast::Expr * dstParam,
Note: See TracChangeset for help on using the changeset viewer.