We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfc0b9 commit 86f0e23Copy full SHA for 86f0e23
clang/lib/CIR/CodeGen/CIRGenExprConst.cpp
@@ -704,7 +704,7 @@ class ConstExprEmitter
704
705
mlir::Attribute VisitCastExpr(CastExpr *E, QualType destType) {
706
if (const auto *ECE = dyn_cast<ExplicitCastExpr>(E))
707
- assert(0 && "not implemented");
+ llvm_unreachable("NYI");
708
Expr *subExpr = E->getSubExpr();
709
710
switch (E->getCastKind()) {
0 commit comments