ClickHouse/base
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
..
base Enable clang-tidy for headers 2022-08-31 10:48:15 +00:00
glibc-compatibility Correct __dup3() to dup3() 2022-08-28 18:03:07 -07:00
harmful make tests with tsan less flaky 2022-06-15 19:54:46 +02:00
pcg-random Enable clang-tidy for headers 2022-08-31 10:48:15 +00:00
readpassphrase Manipulate with -Wreserved-identifier only if HAS_RESERVED_IDENTIFIER has been detected 2021-10-03 17:42:36 +04:00
widechar_width More clang-tidy fixes 2022-06-28 11:50:05 +00:00
CMakeLists.txt base should not depend on Common 2022-04-29 10:26:35 +08:00