Fixed clang-tidy warnings

This commit is contained in:
Bartek Kryza
2023-05-03 21:31:17 +02:00
parent e9a57283fc
commit 82410b345d
7 changed files with 65 additions and 56 deletions

View File

@@ -165,7 +165,7 @@ public:
void is_array(bool a);
bool is_array() const;
void push_context(const context q);
void push_context(const context &q);
const std::deque<context> &deduced_context() const;
void deduced_context(const std::deque<context> &c);