Fixed else if statement generation in sequence diagrams (Fixes #81)

This commit is contained in:
Bartek Kryza
2023-08-06 21:38:33 +02:00
parent 39be6014ed
commit fd06d93afb
8 changed files with 44 additions and 24 deletions

View File

@@ -321,7 +321,7 @@ private:
std::stack<callexpr_stack_t> call_expr_stack_;
std::stack<clang::IfStmt *> if_stmt_stack_;
std::stack<clang::IfStmt *> elseif_stmt_stack_;
std::map<clang::IfStmt *, std::stack<clang::IfStmt *>> elseif_stmt_stacks_;
std::stack<clang::Stmt *> loop_stmt_stack_;
std::stack<clang::Stmt *> try_stmt_stack_;