================ @@ -460,6 +463,14 @@ class FormatSpecifier { FieldWidth = Amt; } + void setExplicitlyFixedSize(unsigned s) { + ExplicitlyFixedSize = s; ---------------- AaronBallman wrote:
```suggestion void setExplicitlyFixedSize(unsigned S) { ExplicitlyFixedSize = S; ``` https://github.com/llvm/llvm-project/pull/71771 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits