Add clang-tidy. (#368)

This commit is contained in:
Arthur Sonzogni
2022-03-31 02:17:43 +02:00
committed by GitHub
parent 62fb6298be
commit aebde94352
80 changed files with 1958 additions and 1376 deletions

View File

@@ -48,7 +48,7 @@ class TerminalInputParser {
Output(Type t) : type(t) {}
};
void Send(Output type);
void Send(Output output);
Output Parse();
Output ParseUTF8();
Output ParseESC();