[PATCH] D129846: [CodeView] Add function to get size in bytes for a TypeIndex.

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 00:21:11 PDT 2022


CarlosAlbertoEnciso added inline comments.


================
Comment at: llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp:85
+
+  // Signed/unsigned integer
+  case SimpleTypeKind::Int16Short:
----------------
djtodoro wrote:
> Please format the comment (and all the rest of them bellow).
Thanks. Added the missing full stop to the comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129846/new/

https://reviews.llvm.org/D129846



More information about the llvm-commits mailing list