[PATCH] D81950: [NativeSession] Add column numbers to NativeLineNumber.

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 10:27:13 PDT 2020


akhuang created this revision.
akhuang added a reviewer: amccarth.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This adds column numbers if they are present, and otherwise
sets the column number to be zero.

Bug: https://bugs.llvm.org/show_bug.cgi?id=41795


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81950

Files:
  llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h
  llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
  llvm/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp
  llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81950.271135.patch
Type: text/x-patch
Size: 5016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200616/f621a43d/attachment.bin>


More information about the llvm-commits mailing list