================
@@ -425,6 +434,43 @@ class TypeBuilder {
}
};
+inline bool RecordType::isEmpty() const {
----------------
nikic wrote:
I'd move these to Types.cpp instead, don't need to be in the header.
https://github.com/llvm/llvm-project/pull/190730