The performance-unnecessary-value-param check mangled inherited
constructors, as the constructors' parameters do not have useful source
locations. Fix this by ignoring implicit functions.
Fixes PR31684.
Differential D29018
[clang-tidy] Ignore implicit functions in performance-unnecessary-value-param malcolm.parsons on Jan 23 2017, 5:06 AM. Authored by
Details
The performance-unnecessary-value-param check mangled inherited Fixes PR31684.
Diff Detail
|