Added if statement sequence diagram support

This commit is contained in:
Bartek Kryza
2022-12-11 00:12:31 +01:00
parent dae8513529
commit 13dae33d99
10 changed files with 340 additions and 25 deletions

View File

@@ -64,6 +64,10 @@ public:
bool VisitFunctionTemplateDecl(
clang::FunctionTemplateDecl *function_declaration);
bool TraverseCompoundStmt(clang::CompoundStmt *stmt);
bool TraverseIfStmt(clang::IfStmt *stmt);
clanguml::sequence_diagram::model::diagram &diagram();
const clanguml::sequence_diagram::model::diagram &diagram() const;