[all-commits] [llvm/llvm-project] 494734: [libc][NFC] Another round of replacement of "inlin...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Jan 24 23:13:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 494734b06d62b54fdcbd982f96274dede572ba07
https://github.com/llvm/llvm-project/commit/494734b06d62b54fdcbd982f96274dede572ba07
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M libc/src/__support/CMakeLists.txt
M libc/src/__support/FPUtil/CMakeLists.txt
M libc/src/__support/FPUtil/aarch64/sqrt.h
M libc/src/__support/FPUtil/generic/CMakeLists.txt
M libc/src/__support/FPUtil/generic/FMA.h
M libc/src/__support/FPUtil/generic/sqrt.h
M libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
M libc/src/__support/FPUtil/multiply_add.h
M libc/src/__support/FPUtil/x86_64/PolyEval.h
M libc/src/__support/FPUtil/x86_64/sqrt.h
M libc/src/__support/OSUtil/linux/syscall.h
M libc/src/__support/arg_list.h
M libc/src/__support/char_vector.h
M libc/src/__support/float_to_string.h
M libc/src/__support/integer_to_string.h
M libc/src/__support/integer_utils.h
M libc/src/__support/str_to_float.h
M libc/src/stdio/printf_core/CMakeLists.txt
M libc/src/stdio/printf_core/char_converter.h
M libc/src/stdio/printf_core/converter_utils.h
M libc/src/stdio/printf_core/parser.h
M libc/src/stdio/printf_core/string_converter.h
M libc/src/stdio/scanf_core/parser.h
Log Message:
-----------
[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE".
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D142509
More information about the All-commits
mailing list