[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Prevent unnamed bitfield creation in the presence of overlapping fields (PR #108343)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 12 08:41:09 PDT 2024


================
@@ -258,9 +258,27 @@ class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser {
 
 private:
   struct FieldInfo {
+    ///< Size in bits that this field occupies. Can but
----------------
adrian-prantl wrote:

```
/// comment
decl d;
```
or
```
decl d; ///<comment 
```

https://github.com/llvm/llvm-project/pull/108343


More information about the lldb-commits mailing list