summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/TestInlineNamespace.py
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-17 17:32:15 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-17 17:32:15 +0000
commitc191c24314cb88597429a9c2047905fe6ee7e1ed (patch)
treea371c32dfe1693148d1abe9c9bae0e74029f2cb2 /lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/TestInlineNamespace.py
parenta9a27d1ded79dd7772f2165f7939510cd8083787 (diff)
downloadbcm5719-llvm-c191c24314cb88597429a9c2047905fe6ee7e1ed.tar.gz
bcm5719-llvm-c191c24314cb88597429a9c2047905fe6ee7e1ed.zip
[TableGen] CodeGenMapTable - Don't dereference a dyn_cast result. NFCI.
The static analyzer is warning about potential null dereferences of dyn_cast<> results - in these cases we can safely use cast<> directly as we know that these cases should all be the correct type, which is why its working atm and anyway cast<> will assert if they aren't. llvm-svn: 372146
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/TestInlineNamespace.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud