[PATCH] D122887: [llvm-pdbutil] Move global state (Filters) inside LinePrinter class.

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 04:19:39 PDT 2022


CarlosAlbertoEnciso updated this revision to Diff 421487.
CarlosAlbertoEnciso added a comment.

As suggested by @aganea:

- Omit `Optional` and just pass `PrintScope &HeaderScope` everywhere.


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

https://reviews.llvm.org/D122887

Files:
  llvm/include/llvm/DebugInfo/PDB/Native/InputFile.h
  llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h
  llvm/lib/DebugInfo/PDB/Native/InputFile.cpp
  llvm/lib/DebugInfo/PDB/Native/LinePrinter.cpp
  llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122887.421487.patch
Type: text/x-patch
Size: 7332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220408/da741d94/attachment.bin>


More information about the llvm-commits mailing list