Displaying 1 result from an estimated 1 matches for "dumpright".
2017 Apr 07
2
llvm-pdbdump proposal
...ray of ints, this breaks
down.
My proposal is to extend this slightly by having dumpers for the
"left-side" and the "right-side" of the type information. The pattern for
printing a variable them becomes:
call dumpLeft with the symbol type
emit the symbol name
call dumpRight with the symbol type
Most of the dumpLeft implementations would be identical to the current dump
implementations. The default for a dumpRight implementation would be to
emit nothing, but for arrays and function signatures, dumpRight would print
the bracketed array size and argument lists. This d...