Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142509
[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE". ClosedPublic Authored by sivachandra on Jan 24 2023, 2:33 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 24 2023, 2:33 PM
This revision is now accepted and ready to land.Jan 24 2023, 3:57 PM Closed by commit rG494734b06d62: [libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE". (authored by sivachandra). · Explain WhyJan 24 2023, 11:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 491999 libc/src/__support/CMakeLists.txt
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/aarch64/sqrt.h
libc/src/__support/FPUtil/generic/CMakeLists.txt
libc/src/__support/FPUtil/generic/FMA.h
libc/src/__support/FPUtil/generic/sqrt.h
libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
libc/src/__support/FPUtil/multiply_add.h
libc/src/__support/FPUtil/x86_64/PolyEval.h
libc/src/__support/FPUtil/x86_64/sqrt.h
libc/src/__support/OSUtil/linux/syscall.hlibc/src/__support/arg_list.h
libc/src/__support/char_vector.h
libc/src/__support/float_to_string.h
libc/src/__support/integer_to_string.h
libc/src/__support/integer_utils.h
libc/src/__support/str_to_float.h
libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/char_converter.h
libc/src/stdio/printf_core/converter_utils.h
libc/src/stdio/printf_core/parser.h
libc/src/stdio/printf_core/string_converter.h
libc/src/stdio/scanf_core/parser.h
|
do we want to keep the always_inline attribute?