diff options
author | flovent <flbven@protonmail.com> | 2025-08-28 22:58:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-28 17:58:10 +0300 |
commit | 1f67b945ab2164f8f489eca636ccae5f0e58fc8b (patch) | |
tree | e1b120df9ce7f5fdc48241a46bacc49bd658b76a /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 298110ad8b048fa6d91f9b896b2596fcf6fde48b (diff) | |
download | llvm-1f67b945ab2164f8f489eca636ccae5f0e58fc8b.zip llvm-1f67b945ab2164f8f489eca636ccae5f0e58fc8b.tar.gz llvm-1f67b945ab2164f8f489eca636ccae5f0e58fc8b.tar.bz2 |
[clang-tidy] Add detection in container's method except `empty` in `readability-container-size-empty` (#154017)
`readability-container-size-empty` skip check in container's all method,
but only `empty` method is nesscessary to skip because it's usually
implemented by `size`, so this patch allows reporting in other methods.
Note: testcase about not reporting in `empty` is already added in the
past, so i only add testcases for other methods.
Closes #152649
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions