aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorMike Rice <michael.p.rice@intel.com>2023-12-07 16:20:22 -0800
committerGitHub <noreply@github.com>2023-12-07 16:20:22 -0800
commit0808be47b8fbf0307d0b6f2eb45ba9bfe1b3ae65 (patch)
treeebedb7007c42f6f065b2ec9d5ce2ea9c80dce8c0 /clang/lib/Frontend/CompilerInvocation.cpp
parent7003e255d3f1fbff3b2ef3052d478b65ec555963 (diff)
downloadllvm-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