================
@@ -30,6 +32,52 @@ bool RecordType::isEmpty() const {
   return true;
 }
 
+const FieldInfo *
+RecordType::getElementContainingOffset(unsigned OffsetInBits) const {
+  SmallVector<std::pair<unsigned, const FieldInfo *>, 16> AllElements;
----------------
adams381 wrote:

```suggestion
  SmallVector<std::pair<unsigned, const FieldInfo *>> AllElements;
```

https://github.com/llvm/llvm-project/pull/194718
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to