ClickHouse/tests
Robert Schulze cedf75ed5e
Enable clang-tidy for headers
clang-tidy now also checks code in header files. Because the analyzer
finds tons of issues, activate the check only for directory "base/" (see
file ".clang-tidy"). All other directories, in particular "src/" are
left to future work.

While many findings were fixed, some were not (and suppressed instead).
Reasons for this include: a) the file is 1:1 copypaste of a 3rd-party
lib (e.g. pcg_extras.h) and fixing stuff would make upgrades/fixes more
difficult b) a fix would have broken lots of using code
2022-08-31 10:48:15 +00:00
..
ci disable default ENABLE_CLICKHOUSE_SELF_EXTRACTING and add to env 2022-08-27 21:08:01 +00:00
config Merge branch 'master' into enable_zero_copy_replication_in_ci 2022-08-28 17:04:08 +02:00
fuzz
instructions Enable clang-tidy for headers 2022-08-31 10:48:15 +00:00
integration Merge pull request #40769 from arthurpassos/caresptrresolver-hosts-patch 2022-08-30 14:35:10 +03:00
jepsen.clickhouse-keeper Remove the remaining parts of "unbundled" build 2022-08-27 02:18:47 +02:00
perf_drafts
performance Merge pull request #40173 from Avogar/arrow-dict 2022-08-18 20:54:55 +02:00
queries Revert "Add Annoy index" 2022-08-30 15:10:10 +03:00
.gitignore
clickhouse-test Check for coverage 2022-08-27 18:11:16 +02:00
CMakeLists.txt
msan_suppressions.txt
tsan_suppressions.txt
ubsan_suppressions.txt