Re: [PATCH v1 00/10] Convert and reformat rtems-tools pt. 1

2021-09-04 Thread Joel Sherrill
On Fri, Sep 3, 2021, 9:04 PM Chris Johns wrote: > On 3/9/21 10:07 pm, Ryan Long wrote: > > I haven't been building these with clang, so I'll make sure to start > doing that. I've got a Macbook, so I can test it on there as well. > > This great and thanks. I am amazed how each compiler and version

Re: [PATCH v1 00/10] Convert and reformat rtems-tools pt. 1

2021-09-03 Thread Chris Johns
On 3/9/21 10:07 pm, Ryan Long wrote: > I haven't been building these with clang, so I'll make sure to start doing > that. I've got a Macbook, so I can test it on there as well. This great and thanks. I am amazed how each compiler and version of that compiler generates new issues. On the positive

RE: [PATCH v1 00/10] Convert and reformat rtems-tools pt. 1

2021-09-03 Thread Ryan Long
00/10] Convert and reformat rtems-tools pt. 1 On 3/9/21 5:24 am, Ryan Long wrote: > For this and the following series of patches I followed this series of > steps. > > 1. Convert a file from the C way of doing things to C++ 2. Go through > all the files that had to do with t

Re: [PATCH v1 00/10] Convert and reformat rtems-tools pt. 1

2021-09-02 Thread Chris Johns
On 3/9/21 5:24 am, Ryan Long wrote: > For this and the following series of patches I followed this series of > steps. > > 1. Convert a file from the C way of doing things to C++ > 2. Go through all the files that had to do with the converted file and > make the formatting consistent. Looks good a

[PATCH v1 00/10] Convert and reformat rtems-tools pt. 1

2021-09-02 Thread Ryan Long
Hi, For this and the following series of patches I followed this series of steps. 1. Convert a file from the C way of doing things to C++ 2. Go through all the files that had to do with the converted file and make the formatting consistent. Thanks, Ryan Ryan Long (10): CoverageMap.cc: Fix for