- Timestamp:
- Aug 15, 2019, 11:45:56 AM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 92a6e02
- Parents:
- ae265b55
- Location:
- src/AST
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/AST/Pass.impl.hpp ¶
rae265b55 rc570806 953 953 // For now this isn't visited, it is unclear if this causes problem 954 954 // if all tests are known to pass, remove this code 955 //VISIT(956 //maybe_accept( node, &ImplicitCtorDtorStmt::callStmt );957 //)955 VISIT( 956 maybe_accept( node, &ImplicitCtorDtorStmt::callStmt ); 957 ) 958 958 959 959 VISIT_END( Stmt, node ); -
TabularUnified src/AST/Stmt.hpp ¶
rae265b55 rc570806 399 399 class ImplicitCtorDtorStmt final : public Stmt { 400 400 public: 401 readonly<Stmt> callStmt;401 ptr<Stmt> callStmt; 402 402 403 403 ImplicitCtorDtorStmt( const CodeLocation & loc, const Stmt * callStmt,
Note: See TracChangeset
for help on using the changeset viewer.