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-05-29 11:59:54 +02:00
2017-07-24 11:36:38 +02:00
2017-10-29 10:46:54 -05:00
2018-02-18 20:53:40 +01:00
2018-05-31 12:33:38 -08:00