Skip to content

Commit c6d433d

Browse files
committed
fix return type
1 parent 1c503df commit c6d433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Stmt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,6 +1490,6 @@ const Stmt *LabelStmt::getInnermostLabeledStmt() const {
14901490
return S;
14911491
}
14921492

1493-
Stmt *LoopControlStmt::getNamedLoopOrSwitch() const {
1493+
const Stmt *LoopControlStmt::getNamedLoopOrSwitch() const {
14941494
return getLabelDecl()->getStmt()->getInnermostLabeledStmt();
14951495
}

0 commit comments

Comments
 (0)