Commit Graph

11 Commits

Author SHA1 Message Date
Alexey Milovidov
cbf5443585 Remove old code 2024-03-04 00:11:55 +01:00
Raúl Marín
ca2f514931 Fix msan unpoison 2024-02-09 17:36:44 +01:00
Raúl Marín
16e2b275c2 Fix unpoison 2024-02-08 19:08:46 +01:00
Raúl Marín
d97c5496f5 Fix unpoison 2024-02-08 18:37:07 +01:00
Raúl Marín
10c09b5817 Enable MSAN in mem*Overflow15 functions 2024-02-07 20:23:52 +01:00
Maksim Kita
e7772ed434 Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Alexey Milovidov
fe6b7c77c7 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Maksim Kita
3fe559b31f Compile aggregate functions 2021-07-01 22:56:35 +03:00
Azat Khuzhin
810023a65c Do not undefine __has_feature (may break c++ headers)
If the order of <common/defines.h> and c++ header will be wrong the
compilation will be broken.

v2: rename __ch_has_feature to ch_has_feature to fix -Wreserved-id-macro
v3: do not fallback to 0
2021-02-23 19:46:47 +03:00
Alexander Kuzmenkov
efb09d7ff5 Cleanup for #12999. NFC. 2020-07-31 17:53:41 +03:00
Ivan Lezhankin
06446b4f08 dbms/ → src/ 2020-04-03 18:14:31 +03:00