<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 13, 2023 at 9:51 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 13.06.23 00:04, Gedare Bloom wrote:<br>
>       "b _ARM_Exception_default\n"<br>
>       :<br>
> -    : [cpufsz] "i" (sizeof(CPU_Exception_frame)),<br>
> -      [cpuspoff] "i" (offsetof(CPU_Exception_frame, register_sp)),<br>
> -      [v7mlroff] "i" (offsetof(ARMV7M_Exception_frame, register_lr)),<br>
> -      [cpuvecoff] "J" (offsetof(CPU_Exception_frame, vector)),<br>
> -      [cpuvfpoff] "i" (ARM_EXCEPTION_FRAME_VFP_CONTEXT_OFFSET),<br>
> -      [cpacr] "i" (ARMV7M_CPACR),<br>
> -      [vfpsz] "i" (ARM_VFP_CONTEXT_SIZE)<br>
> +    : [cpufsz] "i"( sizeof( CPU_Exception_frame ) ),<br>
<br>
If we place operators (e.g. &&, ||, ...) at the end of a broken line, <br>
then we should do this for the : as well.<br></blockquote><div><br></div><div>OK.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
My current preference would be to format all non-third-party sources <br>
with a standard clang-format selection. I guess in the long run, this <br>
will be the easiest approach to maintain. If we use exotic options, then <br>
we may up ending as clang-format maintainers.<br></blockquote><div><br></div><div>I think this is the thing we have to keep in mind and I even said I would</div><div>go along with compromises when we started. Get as close as you can</div><div>and we will have to accept that -- for now. We should definitely file tickets </div><div>with clang-format and ourselves to track things we don't like. If we get an </div><div>option in the future whether we or someone else implements it, we can </div><div>use it and reformat again. Those hopefully are not that invasive.</div><div><br></div><div>--joel</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
-- <br>
embedded brains GmbH<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
</blockquote></div></div>