aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land.
LGTM ================ Comment at: clang/lib/AST/Interp/Function.cpp:35 assert(PC <= getCodeEnd() && "PC Does not belong to this function"); + assert(hasBody()); unsigned Offset = PC - getCodeBegin(); ---------------- Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D149824/new/ https://reviews.llvm.org/D149824 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits