Files
clang-p2996/libc/src/string
Alex Brachet 61c9052cec [libc] Add LIBC_INLINE_VAR for inline variables
These are the only variables I could find that use LIBC_INLINE. Note, these are namespace scoped constexpr so local linkage is implied. inline is useful here to silence clang's unused-const-variable variable. For Fuchsia, the distinction between LIBC_INLINE and LIBC_INLINE_VAR is helpful because we define LIBC_INLINE as `[[gnu::always_inline]] inline` when building with gcc. This isn't meaningful on variables.

Alternatively, we could make these variables simply constexpr and also add `[[maybe_unused]]`

Reviewed By: sivachandra, mcgrathr

Differential Revision: https://reviews.llvm.org/D152951
2023-06-16 15:46:32 +00:00
..
2022-12-01 10:07:04 +00:00
2022-12-01 10:07:04 +00:00
2023-04-11 04:41:14 +00:00
2023-04-11 04:41:14 +00:00
2023-04-11 20:49:25 +00:00
2023-04-11 20:49:25 +00:00
2023-04-11 04:41:14 +00:00
2023-04-11 04:41:14 +00:00
2023-01-11 05:38:33 +00:00
2023-01-11 05:38:33 +00:00
2023-01-25 17:58:13 +00:00
2023-01-25 17:58:13 +00:00
2022-10-28 11:13:07 -07:00
2022-10-28 11:13:07 -07:00
2023-01-11 05:38:33 +00:00
2023-04-06 17:48:28 +00:00
2023-04-06 17:48:28 +00:00
2023-03-03 19:51:46 +00:00
2023-01-25 16:42:34 +00:00
2023-04-07 00:09:22 +00:00
2023-04-07 00:09:22 +00:00