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

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 03:01:17 PDT 2022


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


================
Comment at: llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp:85
+
+  // Signed/unsigned integer
+  case SimpleTypeKind::Int16Short:
----------------
Please format the comment (and all the rest of them bellow).


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