diff options
author | higher-performance <higher.performance.github@gmail.com> | 2024-11-15 11:47:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 00:47:52 +0800 |
commit | 0b344b4feff5cd04d63db7b914d783fd941fbda0 (patch) | |
tree | 432b0facaed5321ca0bb0c4cbff75af533378f00 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | ff7fca7fa8646d73f884ab8a351e4178499c4d05 (diff) | |
download | llvm-0b344b4feff5cd04d63db7b914d783fd941fbda0.zip llvm-0b344b4feff5cd04d63db7b914d783fd941fbda0.tar.gz llvm-0b344b4feff5cd04d63db7b914d783fd941fbda0.tar.bz2 |
Extend bugprone-use-after-move check to handle std::optional::reset() and std::any::reset() (#114255)
These need to be handled similarly to the standard smart pointers; they
all have a `reset` method.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions