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

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 01:55:39 PST 2023


avl 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) {
----------------
dblaikie wrote:
> https://llvm.org/docs/CodingStandards.html#id37 suggests implementing  this like this:
Thanks, will do that way.


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