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

@@ -37,7 +37,7 @@ struct call_expression_context {
bool valid() const;
clang::ASTContext *get_ast_context();
clang::ASTContext *get_ast_context() const;
void update(clang::CXXRecordDecl *cls);