ClickHouse/tests/instructions
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
..
coverity.txt
cppcheck.txt
developer_instruction_en.md
developer_instruction_ru.md
easy_tasks_sorted_ru.md
heap-profiler.txt
jemalloc_memory_profile.txt
kafka.txt
ninja_trace.txt
sanitizers.md
syntax.txt
tscancode.txt