Timothy Flynn
ec492a1a08
Everywhere: Run clang-format
...
The following command was used to clang-format these files:
clang-format-18 -i $(find . \
-not \( -path "./\.*" -prune \) \
-not \( -path "./Base/*" -prune \) \
-not \( -path "./Build/*" -prune \) \
-not \( -path "./Toolchain/*" -prune \) \
-not \( -path "./Ports/*" -prune \) \
-type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
There are a couple of weird cases where clang-format now thinks that a
pointer access in an initializer list, e.g. `m_member(ptr->foo)`, is a
lambda return statement, and it puts spaces around the `->`.
2024-04-24 16:50:01 -04:00
..
2024-03-16 16:35:54 +01:00
2024-04-20 18:11:01 +02:00
2024-03-26 11:42:40 +01:00
2024-03-12 09:31:41 +01:00
2024-03-16 16:35:54 +01:00
2024-04-16 07:40:01 +02:00
2024-03-16 16:35:54 +01:00
2024-03-16 14:27:59 +01:00
2024-03-16 16:35:54 +01:00
2024-03-18 13:42:16 +01:00
2024-03-11 18:29:10 +01:00
2024-03-16 16:35:54 +01:00
2024-03-16 16:35:54 +01:00
2024-04-24 16:50:01 -04:00
2024-04-21 09:12:25 +02:00
2024-04-19 10:58:45 +02:00
2024-03-16 16:35:54 +01:00
2024-04-23 12:50:40 +02:00
2024-04-22 17:10:11 +02:00
2024-03-16 16:35:54 +01:00
2024-03-16 16:35:54 +01:00
2024-03-16 16:35:54 +01:00
2024-04-24 18:04:28 +02:00
2024-04-21 19:51:24 +02:00
2024-04-14 22:08:22 +02:00
2024-04-17 07:17:27 +02:00
2024-04-16 07:40:01 +02:00
2024-04-08 14:25:08 +02:00
2024-04-16 07:40:01 +02:00
2024-04-09 09:13:06 +02:00
2024-04-16 07:40:01 +02:00
2024-04-02 07:33:40 +02:00
2024-03-16 16:35:54 +01:00
2024-04-09 09:13:06 +02:00
2024-04-09 09:13:06 +02:00
2024-04-16 07:40:01 +02:00
2024-04-09 09:13:06 +02:00
2024-03-16 16:35:54 +01:00
2024-04-16 07:40:01 +02:00
2024-04-14 22:08:22 +02:00
2024-04-21 19:51:24 +02:00
2024-04-09 18:17:14 -04:00
2024-03-16 16:35:54 +01:00
2024-03-16 16:35:54 +01:00
2024-04-09 09:13:06 +02:00
2024-04-09 09:13:06 +02:00
2024-03-16 16:35:54 +01:00
2024-03-16 16:35:54 +01:00
2024-04-20 18:11:01 +02:00
2024-03-12 16:30:39 +01:00
2024-03-16 16:35:54 +01:00
2024-03-09 16:13:32 +01:00
2024-04-16 07:40:01 +02:00
2024-03-16 16:35:54 +01:00
2024-04-16 07:41:33 +02:00
2024-04-16 07:41:33 +02:00
2024-04-07 07:03:13 +02:00
2024-04-07 07:03:13 +02:00
2024-03-16 16:35:54 +01:00
2024-03-18 14:06:28 -04:00
2024-03-18 14:06:28 -04:00