[PATCH] D145499: [DebugInfo][DWARF] Add doesFormBelongToClass function.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 15:31:01 PST 2023


dblaikie added inline comments.


================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp:754-758
+namespace llvm {
+namespace dwarf {
+
+bool doesFormBelongToClass(dwarf::Form Form, DWARFFormValue::FormClass FC,
+                           uint16_t DwarfVersion) {
----------------
https://llvm.org/docs/CodingStandards.html#id37 suggests implementing  this like this:


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145499



More information about the llvm-commits mailing list