Fixed handling of nested lambda expressions in sequence diagrams

This commit is contained in:
Bartek Kryza
2024-04-28 00:57:46 +02:00
parent 0539fb0101
commit efc34bcec6
13 changed files with 407 additions and 50 deletions

View File

@@ -436,6 +436,9 @@ private:
bool process_unresolved_lookup_call_expression(
model::message &m, const clang::CallExpr *expr) const;
bool process_lambda_call_expression(
model::message &m, const clang::CallExpr *expr) const;
/**
* @brief Register a message model `m` with a call expression
*