commit | 6565dfe7c0ac5b25c155f45a2a1391b6d580487d | [log] [tgz] |
---|---|---|
author | Alexander Kornienko <[email protected]> | Tue May 16 17:28:17 2017 +0000 |
committer | Alexander Kornienko <[email protected]> | Tue May 16 17:28:17 2017 +0000 |
tree | 18d2f48ad114541706ca91f67f5d216bd871296a | |
parent | 19071e26c78b263c3ad1512626ad71da672015dd [diff] |
[clang-tidy] Speed up performance-unnecessary-value-param check Moved slower matchers closer to the end. The total speed up on a large file I was interested in is not huge, just about 10%, since the check seems to be doing a lot in the check() method. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@303191 91177308-0d34-0410-b5e6-96231b3b80d8