larryluogit
|
808d9afd0f
|
Fix optin.cplusplus.UninitializedObject issue (#35626)
* Fix optin.cplusplus.UninitializedObject issue
* Enable optin.cplusplus.UninitializedObject
|
2022-04-04 23:47:14 +03:00 |
|
Robert Schulze
|
b56c28d841
|
Replace a few uses of enable_if for SFINAE by concepts
- enable_if is usually regarded as fragile and unreadable
- C++20 concepts are much easier to read and produce more expressive
error messages
|
2022-03-16 19:51:38 +01:00 |
|
Maksim Kita
|
e7772ed434
|
Fix clang-tidy warnings in Common folder
|
2022-03-14 18:17:35 +00:00 |
|
Robert Schulze
|
85ce4a9bea
|
Use C++14 aliases for some type traits
|
2022-03-11 15:54:29 +01:00 |
|
Alexey Milovidov
|
2370a8d6da
|
Fix PVS-Studio
|
2021-10-11 14:28:46 +03:00 |
|
Mike Kot
|
8e9aacadd1
|
Initial: replacing hardcoded toString for enums with magic_enum
|
2021-09-06 16:24:03 +02:00 |
|
Nikolai Kochetov
|
c0514f439c
|
Fix spelling
|
2021-04-20 11:26:54 +03:00 |
|
Nikolai Kochetov
|
9b86c19836
|
Use JSONBuilder for explain json result.
|
2021-04-14 17:07:56 +03:00 |
|
Nikolai Kochetov
|
5692de5e02
|
Add JSONBuilder
|
2021-04-13 20:31:43 +03:00 |
|