RTEMS | cpukit/rtems: reformat with clang-format (!746)
Amar Takhar (@amar)
gitlab at rtems.org
Thu Sep 25 01:27:10 UTC 2025
Amar Takhar commented on a discussion on cpukit/include/rtems/rtems/barrier.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/746#note_133160
> #ifndef _RTEMS_RTEMS_BARRIER_H
> #define _RTEMS_RTEMS_BARRIER_H
>
> -#include <stdint.h>
> #include <rtems/rtems/attr.h>
> #include <rtems/rtems/status.h>
> #include <rtems/rtems/types.h>
> +#include <stdint.h>
We want to sort using `IBS_Regroup` which merges all include blocks together and then breaks them up using `IncludeCategories`. We'll have to make a list of categories. It does support regex but we'd have to list the system ones first to make sure they're always listed first. Then RTEMS and then local.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/746#note_133160
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250925/f2eafdc7/attachment.htm>
More information about the bugs
mailing list