Urs Fleisch c2c9e8989c clang-tidy: Use auto where it improves the readability
run-clang-tidy -header-filter='.*' -checks='-*,modernize-use-auto' \
-config="{CheckOptions: [{key: modernize-use-auto.RemoveStars, value: '1'}]}" \
-fix

Manually fixed some wrong `const auto` replacements and verified
that all types are deduced correctly.
2023-07-22 07:09:58 +02:00
..
2023-07-09 07:01:37 +02:00
2016-02-06 01:27:36 +09:00
2021-01-03 19:06:59 +01:00
2016-02-06 01:27:36 +09:00
2021-01-18 20:31:52 +01:00
2023-07-09 07:01:37 +02:00
2021-01-18 20:31:52 +01:00