[PATCH] D29730: Introduce NativeRawSymbol implementation for PDB reading

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 13:50:06 PST 2017


zturner accepted this revision.
zturner added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp:48
+
+void NativeRawSymbol::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const {
+  bytes.clear();
----------------
`bytes` -> `Bytes`.


Repository:
  rL LLVM

https://reviews.llvm.org/D29730





More information about the llvm-commits mailing list