ClickHouse/programs/client
Robert Schulze 1b81bb49b4
Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers
Official docs:

  Some headers from C library were deprecated in C++ and are no longer
  welcome in C++ codebases. Some have no effect in C++. For more details
  refer to the C++ 14 Standard [depr.c.headers] section. This check
  replaces C standard library headers with their C++ alternatives and
  removes redundant ones.
2022-05-09 08:23:33 +02:00
..
clickhouse-client.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
clickhouse-client.xml Fix XML 2021-02-10 16:39:59 +03:00
Client.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
Client.h Support test mode for clickhouse-local 2022-03-14 12:02:06 +01:00
CMakeLists.txt Support test mode for clickhouse-local 2022-03-14 12:02:06 +01:00