Don't directly dereference getAs<> casts to avoid potential null dereferences. NFCI.
Replace with castAs<> which asserts the cast is valid. Fixes a number of static analyzer warnings.
Loading
Please register or sign in to comment
Replace with castAs<> which asserts the cast is valid. Fixes a number of static analyzer warnings.