Applied readability-make-member-function-const clang-tidy fixes

This commit is contained in:
Bartek Kryza
2022-12-23 16:44:01 +01:00
parent 72bd69729e
commit fb2aeb6dea
6 changed files with 9 additions and 8 deletions

View File

@@ -234,7 +234,7 @@ private:
model::class_ *parent);
bool simplify_system_template(class_diagram::model::template_parameter &ct,
const std::string &full_name);
const std::string &full_name) const;
std::string simplify_system_template(const std::string &full_name) const;
@@ -258,7 +258,7 @@ private:
model::message &m, const clang::CallExpr *expr);
bool process_unresolved_lookup_call_expression(
model::message &m, const clang::CallExpr *expr);
model::message &m, const clang::CallExpr *expr) const;
void push_message(clang::CallExpr *expr, model::message &&m);