================
@@ -2698,6 +2700,326 @@ RValue CodeGenFunction::emitStdcFirstBit(const CallExpr
*E, Intrinsic::ID IntID,
return RValue::get(Result);
}
+namespace {
+
+// PaddingClearer is a utility class that clears padding bits in a
+// c/c++ type. It traverses the type recursively, collecting occupied
+// bit intervals, and then compute the padding intervals.
----------------
hawkinsw wrote:
```suggestion
// bit intervals, and then computes the padding intervals.
```
https://github.com/llvm/llvm-project/pull/75371
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits