[PATCH] D114224: Add JSONScopedPrinter class

Jayson Yan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 28 21:12:49 PST 2021


Jaysonyan updated this revision to Diff 390248.
Jaysonyan marked 9 inline comments as done.
Jaysonyan added a comment.

Add `JSONScopedPrinter` specific tests.
Update `printBinaryImpl` structure to include index.
Add `hexNumberToInt` method.
Revert `JSONScopedPrinter::printListImpl` to only print strings.
Add `printRawFlagsImpl` method to JSONScopedPrinter.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114224/new/

https://reviews.llvm.org/D114224

Files:
  llvm/include/llvm/Support/ScopedPrinter.h
  llvm/unittests/Support/ScopedPrinterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114224.390248.patch
Type: text/x-patch
Size: 16936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211129/d029a7cf/attachment.bin>


More information about the llvm-commits mailing list