This is an archive of the discontinued LLVM Phabricator instance.
Table of Contentst -llvm/trunk/-trunk/-docs/-ProgrammersManual.rst-include/llvm/-llvm/-ADT/-STLExtras.h-Support/-FormatAdapters.h-FormatCommon.h-FormatProviders.h-FormatVariadic.h-FormatVariadicDetails.h-NativeFormatting.h-YAMLTraits.h-raw_ostream.h-lib/Support/-Support/-CMakeLists.txt-FormatVariadic.cpp-NativeFormatting.cpp-raw_ostream.cpp-unittests/Support/-Support/-CMakeLists.txt-FormatVariadicTest.cpp-NativeFormatTests.cppHide Panelf Keyboard Reference?
Differential D25587 Authored by zturner on Oct 13 2016, 5:19 PM.Download Raw Diff Reviewers chandlerc dblaikie inglorion silvas beanz mehdi_amini timshen dexonsmith Commits rG11db2642fb54: [Support] Introduce llvm::formatv() function. rL286682: [Support] Introduce llvm::formatv() function. Repository rL LLVM Event Timelinezturner updated this revision to Diff 74602 .zturner retitled this revision from to Introduce llvm FormatVariadic.zturner updated this object.zturner added reviewers: chandlerc , timshen , dblaikie , dexonsmith , silvas , beanz .zturner added a subscriber: llvm-commits .Herald added subscribers: modocache , mgorny . Comment Actions Comment Actions Comment Actions dexonsmith added a reviewer: mehdi_amini .inglorion added a subscriber: inglorion .inglorion added inline comments.include/llvm/Support/FormatVariadic.h 144 ↗ (On Diff #74726) unittests/Support/FormatVariadicTest.cpp 42 ↗ (On Diff #74726)inglorion added inline comments.include/llvm/Support/FormatVariadic.h 152 ↗ (On Diff #74726)zturner added inline comments.include/llvm/Support/FormatVariadic.h 152 ↗ (On Diff #74726)Comment Actions MatzeB added a subscriber: MatzeB .inglorion added inline comments.include/llvm/Support/FormatVariadic.h 152 ↗ (On Diff #74726)inglorion added inline comments.include/llvm/Support/FormatVariadic.h 196 ↗ (On Diff #74744)Comment Actions Comment Actions include/llvm/Support/FormatAdapters.h 20 ↗ (On Diff #75034) 26 ↗ (On Diff #75034) include/llvm/Support/FormatCommon.h 32 ↗ (On Diff #75034) 45 ↗ (On Diff #75034) include/llvm/Support/FormatProviders.h 21 ↗ (On Diff #75034) 32 ↗ (On Diff #75034) 37 ↗ (On Diff #75034) 87 ↗ (On Diff #75034) 250 ↗ (On Diff #75034) lib/Support/NativeFormatting.cpp 72 ↗ (On Diff #75034)Comment Actions zturner added inline comments.include/llvm/Support/FormatAdapters.h 26 ↗ (On Diff #75034) include/llvm/Support/FormatCommon.h 32 ↗ (On Diff #75034) include/llvm/Support/FormatProviders.h 32 ↗ (On Diff #75034) 37 ↗ (On Diff #75034) 87 ↗ (On Diff #75034) lib/Support/NativeFormatting.cpp 72 ↗ (On Diff #75034)inglorion added inline comments.include/llvm/Support/FormatProviders.h 87 ↗ (On Diff #75034) lib/Support/NativeFormatting.cpp 72 ↗ (On Diff #75034)Comment Actions This revision now requires changes to proceed.Comment Actions Comment Actions include/llvm/Support/FormatCommon.h 57 ↗ (On Diff #76491)This revision is now accepted and ready to land.Comment Actions Comment Actions Comment Actions include/llvm/Support/FormatAdapters.h 22 ↗ (On Diff #76491) 36 ↗ (On Diff #76491)Comment Actions aprantl added a subscriber: aprantl .Comment Actions include/llvm/Support/FormatCommon.h 34–36 ↗ (On Diff #76798) 41–43 ↗ (On Diff #76798) include/llvm/Support/FormatVariadic.h 15–19 ↗ (On Diff #76798) 159 ↗ (On Diff #76798) 203 ↗ (On Diff #76798) 239–240 ↗ (On Diff #76798)Comment Actions Comment Actions Comment Actions Comment Actions zturner mentioned this in D26477: Try to make ScopedPrinter use the new binary blob formatter .Comment Actions Closed by commit rL286682: [Support] Introduce llvm::formatv() function. (authored by zturner ). This revision was automatically updated to reflect the committed changes.Comment Actions Comment Actions Files History Commits PathSizellvm/trunk/docs/ProgrammersManual.rst 130 linesinclude/llvm/ADT/STLExtras.h 17 linesSupport/FormatAdapters.h 92 linesFormatCommon.h 69 linesFormatProviders.h 411 linesFormatVariadic.h 246 linesFormatVariadicDetails.h 149 linesNativeFormatting.h 19 linesYAMLTraits.h 5 linesraw_ostream.h 4 lineslib/Support/CMakeLists.txt 1 lineFormatVariadic.cpp 156 linesNativeFormatting.cpp 67 linesraw_ostream.cpp 17 linesunittests/Support/CMakeLists.txt 1 lineFormatVariadicTest.cpp 538 linesNativeFormatTests.cpp 2 linesDiffIDBaseDescriptionCreatedLintUnitBase BaseDiff 174602 Oct 13 2016, 5:15 PM★★Diff 274698 Oct 14 2016, 9:08 AM★★Diff 374726 Oct 14 2016, 11:55 AM★★Diff 474744 Oct 14 2016, 2:53 PM★★Diff 575034 Oct 18 2016, 10:46 AM★★Diff 676434 Oct 31 2016, 9:40 AM★★Diff 776491 Oct 31 2016, 3:17 PM★★Diff 876798 Nov 2 2016, 3:41 PM★★Diff 977060 Nov 7 2016, 10:29 AM★★Diff 1077218 Nov 8 2016, 11:26 AM★★Diff 1177695 286681rL286682Nov 11 2016, 3:57 PM★★