Fixed clang-tidy warnings

This commit is contained in:
Bartek Kryza
2023-10-21 18:16:27 +02:00
parent 097beb830f
commit 4f43253c0d
6 changed files with 22 additions and 16 deletions

View File

@@ -512,7 +512,7 @@ private:
std::optional<std::string> get_expression_comment(
const clang::SourceManager &sm, const clang::ASTContext &context,
const int64_t caller_id, const clang::Stmt *stmt);
int64_t caller_id, const clang::Stmt *stmt);
// Reference to the output diagram model
clanguml::sequence_diagram::model::diagram &diagram_;