diff options
author | Mike Rice <michael.p.rice@intel.com> | 2023-12-07 16:20:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 16:20:22 -0800 |
commit | 0808be47b8fbf0307d0b6f2eb45ba9bfe1b3ae65 (patch) | |
tree | ebedb7007c42f6f065b2ec9d5ce2ea9c80dce8c0 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 7003e255d3f1fbff3b2ef3052d478b65ec555963 (diff) | |
download | llvm-0808be47b8fbf0307d0b6f2eb45ba9bfe1b3ae65.zip llvm-0808be47b8fbf0307d0b6f2eb45ba9bfe1b3ae65.tar.gz llvm-0808be47b8fbf0307d0b6f2eb45ba9bfe1b3ae65.tar.bz2 |
[NFC] Remove unneeded nullptr checks after cast<> (#74674)
Since VD is assigned from a cast<VarDecl> it cannot be a nullptr or it
would have asserted. Remove the subsequent checks to clear up any
misunderstanding.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions