diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-09-16 12:17:44 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-09-16 12:30:24 +0100 |
commit | aa1e15dda9e5941611f2183ba34087c2d02beb1a (patch) | |
tree | 66f5a85a10ac7a89277ddba04ada15c37784134f /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 4abb5cd83902f1351db473c720ee0b95ebdcb338 (diff) | |
download | llvm-aa1e15dda9e5941611f2183ba34087c2d02beb1a.zip llvm-aa1e15dda9e5941611f2183ba34087c2d02beb1a.tar.gz llvm-aa1e15dda9e5941611f2183ba34087c2d02beb1a.tar.bz2 |
TokenAnnotator.cpp - remove useless pointer null test. NFCI.
We dereference the Left pointer throughout the parseParens() function apart from this single case - just add an non-null assertion and drop the check.
Fixes clang static analayzer null dereference warning.
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions