diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-01-25 16:45:46 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-01-25 16:45:46 +0000 |
| commit | 33f1685607c8e1bfcd18625714a1ce585bdf3913 (patch) | |
| tree | 9a65d5d751ca325f23c0404d5860bf59943c5067 | |
| parent | 721006312651e3ac8f515cf1ded23db1128754a8 (diff) | |
| download | bcm5719-llvm-33f1685607c8e1bfcd18625714a1ce585bdf3913.tar.gz bcm5719-llvm-33f1685607c8e1bfcd18625714a1ce585bdf3913.zip | |
Expect the impossible
llvm-svn: 94425
| -rw-r--r-- | clang/tools/CIndex/CIndex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/CIndex/CIndex.cpp b/clang/tools/CIndex/CIndex.cpp index c9c6c25d58c..eb40b7fe994 100644 --- a/clang/tools/CIndex/CIndex.cpp +++ b/clang/tools/CIndex/CIndex.cpp @@ -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. |

