[all-commits] [llvm/llvm-project] 4cabaf: NFC: DebugInfo: refactor pretty printing into a ut...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Sep 14 15:54:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4cabaf594aa272b02c0d227ae16a2aced687d796
https://github.com/llvm/llvm-project/commit/4cabaf594aa272b02c0d227ae16a2aced687d796
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
Log Message:
-----------
NFC: DebugInfo: refactor pretty printing into a utility class
Laying more foundation for full template name rebuilding - more complex
type printing benefits from an object to carry some state rather than
passing it around as parameters to every function.
More information about the All-commits
mailing list