Changes in src/SymTab/GenImplicitCall.cpp [8913de4:fb4dc28]
- File:
-
- 1 edited
-
src/SymTab/GenImplicitCall.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/GenImplicitCall.cpp
r8913de4 rfb4dc28 16 16 #include "GenImplicitCall.hpp" 17 17 18 #include "AST/Decl.hpp" // for ObjectDecl19 #include "AST/Expr.hpp" // for ConstantExpr, UntypedExpr,...20 #include "AST/Init.hpp" // for SingleInit21 18 #include "AST/Inspect.hpp" // for isUnnamedBitfield 22 #include "AST/Stmt.hpp" // for ExprStmt23 #include "AST/Type.hpp" // for ArrayType, BasicType, ...24 19 #include "CodeGen/OperatorTable.h" // for isCtorDtor 25 20 #include "Common/UniqueName.h" // for UniqueName 26 21 27 22 namespace SymTab { 28 29 namespace {30 23 31 24 template< typename OutIter > … … 180 173 } 181 174 182 } // namespace183 184 175 ast::ptr< ast::Stmt > genImplicitCall( 185 176 InitTweak::InitExpander_new & srcParam, const ast::Expr * dstParam,
Note:
See TracChangeset
for help on using the changeset viewer.