aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorYitzhak Mandelbaum <yitzhakm@google.com>2022-03-21 15:03:52 +0000
committerYitzhak Mandelbaum <yitzhakm@google.com>2022-03-25 16:44:34 +0000
commita184a0d8aae6efc1d7f19a900155b8694178d617 (patch)
treef9ac5f2144a9b6b4d2d123df07c41158d773ac35 /lldb/test/Shell/ScriptInterpreter/Python
parent4e34f061d65e7ee45765304088a0a831a203b85b (diff)
downloadllvm-a184a0d8aae6efc1d7f19a900155b8694178d617.zip
llvm-a184a0d8aae6efc1d7f19a900155b8694178d617.tar.gz
llvm-a184a0d8aae6efc1d7f19a900155b8694178d617.tar.bz2
[clang][dataflow] Add support for disabling warnings on smart pointers.
This patch provides the user with the ability to disable all checked of accesses to optionals that are the pointees of smart pointers. Since smart pointers are not modeled (yet), the system cannot distinguish safe from unsafe accesses to optionals through smart pointers. This results in false positives whenever optionals are used through smart pointers. The patch gives the user the choice of ignoring all positivess in these cases. Differential Revision: https://reviews.llvm.org/D122143
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions