diff options
author | flovent <flbven@protonmail.com> | 2025-07-06 20:06:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-06 15:06:18 +0300 |
commit | 6c153e50f8b23dbd422c3f9eedf65344839bbbb1 (patch) | |
tree | 3cc3483a50ac748bd682161f14a44b833fdd5261 /clang/lib/AST/ByteCode/InterpBuiltin.cpp | |
parent | ab92c68c5c382b1feb9108b6a016a082fc422695 (diff) | |
download | llvm-6c153e50f8b23dbd422c3f9eedf65344839bbbb1.zip llvm-6c153e50f8b23dbd422c3f9eedf65344839bbbb1.tar.gz llvm-6c153e50f8b23dbd422c3f9eedf65344839bbbb1.tar.bz2 |
[clang-tidy] Fix false positives with template in `misc-unconventional-assign-operator` check (#143292)
Fix false positives when copy assignment operator function in a template
class returns the result of another assignment to `*this`, this check
doesn't consider this situation that there will be a `BinaryOperator`
for assignment rather than `CXXOperatorCallExpr` since `this`'s type is
dependent.
Closes #143237.
Diffstat (limited to 'clang/lib/AST/ByteCode/InterpBuiltin.cpp')
0 files changed, 0 insertions, 0 deletions