[all-commits] [llvm/llvm-project] 647242: [libc] Fix mixed-sign comparison warnings and an o...
lntue via All-commits
all-commits at lists.llvm.org
Mon Feb 7 13:23:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6472421840885a0129f42146bdeb5d416652b9f4
https://github.com/llvm/llvm-project/commit/6472421840885a0129f42146bdeb5d416652b9f4
Author: Tue Ly <lntue at google.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M libc/src/__support/high_precision_decimal.h
M libc/test/src/__support/high_precision_decimal_test.cpp
M libc/test/src/__support/str_to_float_test.cpp
Log Message:
-----------
[libc] Fix mixed-sign comparison warnings and an out-of-bound access in high_precision_decimal.h
Fix mixed-sign comparison warnings and an out-of-bound access in high_precision_decimal.h
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D119156
More information about the All-commits
mailing list