diff options
author | Florian Hahn <flo@fhahn.com> | 2024-09-12 09:31:51 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2024-09-12 09:31:59 +0100 |
commit | ed41497498a40ff0441df34aef0c92f5467c8c42 (patch) | |
tree | d4a54bf152ad9d849706e8525901564ee54ae07e /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | 7792b4ae79e5ac9355ee13b01f16e25455f8427f (diff) | |
download | llvm-ed41497498a40ff0441df34aef0c92f5467c8c42.zip llvm-ed41497498a40ff0441df34aef0c92f5467c8c42.tar.gz llvm-ed41497498a40ff0441df34aef0c92f5467c8c42.tar.bz2 |
[LAA] Also reset CanUseDiffCheck in RTPointerChecking::reset().
RuntimePointerChecking::reset() is used to reset its state between
subsequent analysis invocations. Also reset CanUseDiffCheck to its
default (true). Otherwise it might have been set to false during a
previous analysis invocation, which unnecessarily pessimizes the
subsequent analysis invocations with a pruned set of dependences.
This is in line with the other fields being reset.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions