aaron.ballman added inline comments.
================ Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:1235-1236 bool ByteCodeExprGen<Emitter>::visitDecl(const VarDecl *VD) { - Optional<PrimType> VarT = classify(VD->getType()); + if (VD->isInvalidDecl()) + return false; ---------------- Because we can't find a case where we hit this, I think we should try asserting instead. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D137386/new/ https://reviews.llvm.org/D137386 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits