llvm-pdbdump already had code to retrieve column information in the line tables, but it wasn't using it.
Most Microsoft PDBs don't seem to have column info, so this wasn't missed. But Clang includes column info by default (at least for now), and being able to see that is useful for ensuring we get the column info correct.
I don't see many tests for llvm-pdbdump, so it's not obvious to me where or how a test for this should be written. Tested locally on a couple PDBs and noted that it gracefully displays line tables with and without column info.
Indentation looks off