Update CI to use clang-tidy 14 (#6353)

This commit is contained in:
Siarhei Fedartsou
2022-08-31 23:39:47 +02:00
committed by GitHub
parent c003ac1055
commit 96f5780f06
22 changed files with 24 additions and 35 deletions
+2
View File
@@ -32,6 +32,8 @@ namespace api
class TableAPI final : public BaseAPI
{
public:
virtual ~TableAPI() = default;
struct TableCellRef
{
TableCellRef(const std::size_t &row, const std::size_t &column) : row{row}, column{column}