aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode/InterpBuiltin.cpp
diff options
context:
space:
mode:
authorflovent <flbven@protonmail.com>2025-07-06 20:06:18 +0800
committerGitHub <noreply@github.com>2025-07-06 15:06:18 +0300
commit6c153e50f8b23dbd422c3f9eedf65344839bbbb1 (patch)
tree3cc3483a50ac748bd682161f14a44b833fdd5261 /clang/lib/AST/ByteCode/InterpBuiltin.cpp
parentab92c68c5c382b1feb9108b6a016a082fc422695 (diff)
downloadllvm-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