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 25bca23 commit 8f517faCopy full SHA for 8f517fa
clang/lib/CIR/CodeGen/CIRGenStmt.cpp
@@ -63,7 +63,6 @@ mlir::LogicalResult CIRGenFunction::emitStmt(const Stmt *s,
63
case Stmt::ReturnStmtClass:
64
llvm_unreachable("should have emitted these statements as simple");
65
66
-
67
#define STMT(Type, Base)
68
#define ABSTRACT_STMT(Op)
69
#define EXPR(Type, Base) case Stmt::Type##Class:
0 commit comments