shafik added inline comments.

================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:3181
 
+  if (tag == DW_TAG_member && !const_value_form.IsValid()) {
+    // Allows only members with DW_AT_const_value attribute, i.e. static const
----------------
This is a nitpick but if we move the comment above the `if` we can remove the 
braces.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92223

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to