commit | 33f1685607c8e1bfcd18625714a1ce585bdf3913 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Mon Jan 25 16:45:46 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Mon Jan 25 16:45:46 2010 +0000 |
tree | 9a65d5d751ca325f23c0404d5860bf59943c5067 | |
parent | 721006312651e3ac8f515cf1ded23db1128754a8 [diff] [blame] |
Expect the impossible llvm-svn: 94425
diff --git a/clang/tools/CIndex/CIndex.cpp b/clang/tools/CIndex/CIndex.cpp index c9c6c25..eb40b7f 100644 --- a/clang/tools/CIndex/CIndex.cpp +++ b/clang/tools/CIndex/CIndex.cpp
@@ -362,7 +362,7 @@ return VisitChildren(Cursor); } - llvm_unreachable("Silly GCC, we can't get here"); + return false; } /// \brief Visit the children of the given cursor.