Switch to llvm 17 tools (#1002)

Fixes #952
This commit is contained in:
Sergey Kuznetsov
2023-11-28 20:09:58 +00:00
committed by GitHub
parent 1be368dcaf
commit 35f119a268
305 changed files with 3955 additions and 1704 deletions

View File

@@ -17,11 +17,16 @@
*/
//==============================================================================
#include <util/Fixtures.h>
#include <util/TestObject.h>
#include "rpc/common/AnyHandler.h"
#include "rpc/common/Types.h"
#include "rpc/handlers/VersionHandler.h"
#include "util/Fixtures.h"
#include "util/config/Config.h"
#include <rpc/common/AnyHandler.h>
#include <rpc/handlers/VersionHandler.h>
#include <boost/json/parse.hpp>
#include <boost/json/value.hpp>
#include <fmt/core.h>
#include <gtest/gtest.h>
constexpr static auto DEFAULT_API_VERSION = 3u;
constexpr static auto MIN_API_VERSION = 2u;