[PATCH] D23629: Make llvm-pdbdump print column info when available
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 17 16:07:45 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm w/ nit
================
Comment at: tools/llvm-pdbdump/CompilandDumper.cpp:82
@@ +81,3 @@
+ if (ColumnStart != 0 || ColumnEnd != 0) {
+ Printer << ", Column: ";
+ WithColor(Printer, StatementColor).get() << ColumnStart;
----------------
Indentation looks off
https://reviews.llvm.org/D23629
More information about the llvm-commits
mailing list