ClickHouse/base/pcg-random
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
..
CMakeLists.txt Move contrib/libpcg-random → base/pcg-random 2020-04-13 18:42:58 +03:00
LICENSE Move contrib/libpcg-random → base/pcg-random 2020-04-13 18:42:58 +03:00
pcg_extras.hpp Enable clang-tidy for headers 2022-08-31 10:48:15 +00:00
pcg_random.hpp More clang-tidy fixes 2022-06-28 11:50:05 +00:00
pcg_uint128.hpp Move contrib/libpcg-random → base/pcg-random 2020-04-13 18:42:58 +03:00
README Move contrib/libpcg-random → base/pcg-random 2020-04-13 18:42:58 +03:00

https://github.com/imneme/pcg-cpp
0ca2e8ea6ba212bdfbc6219c2313c45917e34b8d