disabling the modernize-pass-by-value check on copy constructor as :
- it outputs bad cpp code when combined with modernize-use-default
- with only modernize-pass-by-value enabled it triggers a build error
See Bug comments for more details/ example code :
https://llvm.org/bugs/show_bug.cgi?id=27388
This submatcher is much cheaper, so it should go first to make the whole matcher more efficient.