[analyzer] Silence GCC warnings about unused variables. NFC.
authorMartin Storsjö <martin@martin.st>
Mon, 29 Aug 2022 09:10:07 +0000 (12:10 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 29 Aug 2022 10:26:13 +0000 (13:26 +0300)
commitefc76a1ac5f910776091a48947ca1e90e9068845
tree55670c6b7ff8fe551fb091beecbb8cfdb2d097bf
parent5f0080fbe810caae3750d159da62bac04dbd844f
[analyzer] Silence GCC warnings about unused variables. NFC.

Use `isa<T>()` instead of `Type *Var = dyn_cast<T>()`
when the result of the cast isn't used.
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp