Rémi Verschelde
1f6f364a56
Port member initialization from constructor to declaration (C++11)
...
Using `clang-tidy`'s `modernize-use-default-member-init` check and
manual review of the changes, and some extra manual changes that
`clang-tidy` failed to do.
Also went manually through all of `core` to find occurrences that
`clang-tidy` couldn't handle, especially all initializations done
in a constructor without using initializer lists.
2020-05-14 10:01:56 +02:00
..
2020-04-28 15:19:49 +02:00
2020-05-10 13:13:54 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-05-14 10:01:56 +02:00
2020-03-30 09:05:53 +02:00
2020-05-11 12:40:16 +01:00
2020-03-30 09:05:53 +02:00
2020-04-20 21:21:58 -03:00
2020-05-11 14:50:06 +02:00
2020-04-02 13:38:00 +02:00
2020-04-20 21:21:58 -03:00
2020-03-30 09:05:53 +02:00
2020-05-14 10:01:56 +02:00
2020-05-14 10:01:56 +02:00
2020-05-14 10:01:56 +02:00
2020-03-30 09:05:53 +02:00
2020-05-10 16:47:11 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-05-10 13:12:16 +02:00
2020-05-10 15:59:09 -03:00
2020-05-10 13:12:16 +02:00
2020-05-10 13:12:16 +02:00
2020-05-14 10:01:56 +02:00
2020-03-30 09:05:53 +02:00
2020-05-10 13:12:16 +02:00
2020-03-30 09:05:53 +02:00
2020-05-10 13:13:54 +02:00
2020-04-02 13:38:00 +02:00
2020-03-30 09:05:53 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-05-10 13:12:16 +02:00
2020-05-10 15:59:09 -03:00
2020-04-13 02:25:39 -03:00
2020-04-02 13:38:00 +02:00
2020-05-10 13:13:54 +02:00
2020-03-30 09:05:53 +02:00
2020-05-14 10:01:56 +02:00
2020-04-02 13:38:00 +02:00
2020-05-10 18:22:48 +02:00
2020-05-12 15:09:13 +02:00
2020-05-10 15:59:09 -03:00
2020-03-30 09:05:53 +02:00
2020-02-11 11:53:29 +01:00
2020-04-09 15:15:52 +02:00