[Lldb-commits] [PATCH] D114746: [lldb] Generalize ParsedDWARFTypeAttributes

Luís Ferreira via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 30 09:01:30 PST 2021


ljmf00 planned changes to this revision.
ljmf00 added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h:86
+  /// Whether it is an artificially generated symbol.
+  eDWARFAttributeIsArtificial = (1u << 0),
+  eDWARFAttributeIsExplicit = (1u << 1),
----------------
I forgot to add the rest of the documentation. Leaving a note here for myself


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

https://reviews.llvm.org/D114746



More information about the lldb-commits mailing list