[all-commits] [llvm/llvm-project] 4f392f: [ADT][bugfix] Fixed extra leading zero in uhextost...
Bushev Dmitry via All-commits
all-commits at lists.llvm.org
Fri May 30 04:58:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f392f9d0d07c1e414452badf412d6c612f182c2
https://github.com/llvm/llvm-project/commit/4f392f9d0d07c1e414452badf412d6c612f182c2
Author: Bushev Dmitry <111585886+dybv-sc at users.noreply.github.com>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M llvm/include/llvm/ADT/StringExtras.h
M llvm/unittests/ADT/StringExtrasTest.cpp
Log Message:
-----------
[ADT][bugfix] Fixed extra leading zero in uhextostr (#141097)
fixed bug: if fixed-width mode uhextostr() is used with value zero, it
prints extra '0' character.
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