diff options
author | Felix Berger <flx@google.com> | 2021-02-26 16:27:06 -0500 |
---|---|---|
committer | Felix Berger <flx@google.com> | 2021-03-02 20:02:48 -0500 |
commit | a189b3b9e8bb398d9fe8770956f8ad1d58c2a214 (patch) | |
tree | b2abade19168f39a0631bbc933fe91092d90068b /llvm/lib/FileCheck/FileCheck.cpp | |
parent | b3ac90da1df490fb8ca5280f9dfb40d26f5a9c40 (diff) | |
download | llvm-a189b3b9e8bb398d9fe8770956f8ad1d58c2a214.zip llvm-a189b3b9e8bb398d9fe8770956f8ad1d58c2a214.tar.gz llvm-a189b3b9e8bb398d9fe8770956f8ad1d58c2a214.tar.bz2 |
[clang-tidy] performance-for-range-copy: Don't trigger on implicit type conversions.
This disables the check for false positive cases where implicit type conversion
through either an implicit single argument constructor or a member conversion
operator is triggered when constructing the loop variable.
Fix the test cases that meant to cover these cases.
Differential Revision: https://reviews.llvm.org/D97577
Reviewed-by: hokein
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions