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 6f3e4c2 commit 3ad8b6fCopy full SHA for 3ad8b6f
clang/lib/AST/StmtPrinter.cpp
@@ -610,7 +610,7 @@ void StmtPrinter::VisitObjCAtTryStmt(ObjCAtTryStmt *Node) {
610
}
611
612
613
- if (auto *FS = Node->getFinallyStmt()) {
+ if (ObjCAtFinallyStmt *FS = Node->getFinallyStmt()) {
614
Indent() << "@finally";
615
if (auto *CS = dyn_cast<CompoundStmt>(FS->getFinallyBody())) {
616
PrintRawCompoundStmt(CS);
0 commit comments