forked from OSchip/llvm-project
parent
7210063126
commit
33f1685607
|
@ -362,7 +362,7 @@ bool CursorVisitor::Visit(CXCursor Cursor, bool CheckedRegionOfInterest) {
|
|||
return VisitChildren(Cursor);
|
||||
}
|
||||
|
||||
llvm_unreachable("Silly GCC, we can't get here");
|
||||
return false;
|
||||
}
|
||||
|
||||
/// \brief Visit the children of the given cursor.
|
||||
|
|
Loading…
Reference in New Issue