This is the first of patches doing similar cleanup. A section in the
code style doc has been added explaining where and how LIBC_INLINE is to
be used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142434
[libc][NFC] Replace "inline" keyword with "LIBC_INLINE". ClosedPublic Authored by sivachandra on Jan 24 2023, 12:34 AM.
Details Summary This is the first of patches doing similar cleanup. A section in the
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 24 2023, 12:34 AM This revision is now accepted and ready to land.Jan 24 2023, 9:53 AM Closed by commit rG05d9cc4799ca: [libc][NFC] Replace "inline" keyword with "LIBC_INLINE". (authored by sivachandra). · Explain WhyJan 24 2023, 11:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 491863 libc/docs/code_style.rst
libc/src/__support/CPP/CMakeLists.txt
libc/src/__support/CPP/new.h
libc/src/__support/CPP/string_view.h
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/NormalFloat.h
libc/src/__support/FPUtil/double_double.h
libc/src/__support/OSUtil/linux/aarch64/syscall.h
libc/src/__support/OSUtil/linux/arm/syscall.h
libc/src/__support/OSUtil/linux/x86_64/syscall.h
libc/src/__support/builtin_wrappers.h
libc/src/__support/endian.h
libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/float_dec_converter.h
libc/src/stdio/printf_core/float_hex_converter.h
libc/src/stdio/printf_core/float_inf_nan_converter.h
libc/src/stdio/printf_core/int_converter.h
libc/src/stdio/printf_core/ptr_converter.h
libc/src/sys/stat/linux/CMakeLists.txt
libc/src/sys/stat/linux/kernel_statx.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
|