Nyall Dawson 2ed144ac59 Apply clang-tidy readability-avoid-const-params-in-decls fixit
Checks whether a function declaration has parameters that are
top level const.

const values in declarations do not affect the signature of a
function, so they should not be put there.
2018-06-05 10:19:13 +10:00
..
2018-06-04 11:30:32 +10:00
2018-06-03 11:07:09 -08:00
2018-06-03 11:07:09 -08:00
2018-03-12 14:30:53 +11:00
2018-05-16 17:26:59 -04:00
2018-05-14 11:02:28 -04:00
2017-06-28 10:45:51 +02:00