[all-commits] [llvm/llvm-project] 322cf7: Fix call to utohexstr
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue Nov 8 08:52:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 322cf744b926a31986f78d74c79713e412cf811d
https://github.com/llvm/llvm-project/commit/322cf744b926a31986f78d74c79713e412cf811d
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M clang-tools-extra/include-cleaner/lib/Types.cpp
Log Message:
-----------
Fix call to utohexstr
This was passing a width but failed to pass the preceding boolean
argument for whether to use to upper or lowercase hex digits.
Amends d19ba74dee0b9ab553bd8a6ef5b67ff349f4bf13
More information about the All-commits
mailing list