Applied readability-make-member-function-const clang-tidy fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user