[all-commits] [llvm/llvm-project] 3dbda5: [Support] Format provider improvements
Vladislav Vinogradov via All-commits
all-commits at lists.llvm.org
Wed Nov 9 05:55:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3dbda5ff88518912bbb72f03d95805634507ac17
https://github.com/llvm/llvm-project/commit/3dbda5ff88518912bbb72f03d95805634507ac17
Author: Vladislav Vinogradov <v.vinogradov at yadro.com>
Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths:
M llvm/include/llvm/Support/FormatProviders.h
M llvm/unittests/Support/FormatVariadicTest.cpp
Log Message:
-----------
[Support] Format provider improvements
Remove `std::forward` call for `iterator_range` iterator de-reference.
It fixes formatting usage for some tricky cases, like special ranges,
which de-reference to value type.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D94769
More information about the All-commits
mailing list