xbolva00 added inline comments. ================ Comment at: lib/Sema/SemaType.cpp:2231 } + + if (isa<BinaryOperator>(ArraySize)) ---------------- @rsmith what about this place for check? https://reviews.llvm.org/D52750