[NFC][CLANG] Fix static code analyzer concerns
Reported by Static Code Analyzer Tool: Inside "CGExprConstant.cpp" file, VisitObjCEncodeExpr() returns null value which is dereferenced without checking. This patch adds an assert. Reviewed By: erichkeane Differential Revision: https://reviews.llvm.org/D151280
Loading
Please sign in to comment