igorkudrin wrote: > > The code formatting suggestion looks strange because it degrades > > readability. > > You can put a `// clang-format off` before the sequence, and back on again, > after. It's the usual fix for this situation.
Thanks! It appears that after #146256, `clang-format` reformats the values when there is a full-line comment in the middle, like `// epilogue` in our case. https://github.com/llvm/llvm-project/pull/168187 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
