[all-commits] [llvm/llvm-project] 1a781e: [libc] Add missing casts in StrtolTest (#119054)
Roland McGrath via All-commits
all-commits at lists.llvm.org
Mon Dec 9 11:17:46 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a781e9ea6f7ed37ba89071f3ec402f68176a18e
https://github.com/llvm/llvm-project/commit/1a781e9ea6f7ed37ba89071f3ec402f68176a18e
Author: Roland McGrath <mcgrathr at google.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M libc/test/src/stdlib/StrtolTest.h
Log Message:
-----------
[libc] Add missing casts in StrtolTest (#119054)
The a0c4f854cad2b97e44a1b58dc1fd982e1c4d60f3 change replaced the
local int_to_b36_char function returning `char` with uses of the
__support function of the same name that returns `int`. The uses
of the old local function lacked the casts that all other uses of
the shared function of the same name had. Add them.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list