commit | 852d622e5e02582d8c706b4640159fb21bc16333 | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <gribozavr@gmail.com> | Tue Feb 11 15:02:48 2014 +0000 |
committer | Dmitri Gribenko <gribozavr@gmail.com> | Tue Feb 11 15:02:48 2014 +0000 |
tree | 6801b9ff867c41ca57f801df411168e5b6f1fba6 | |
parent | 256454fdaa4d3d044a80c2991b210ca3d2bf2a24 [diff] [blame] |
Fix a typo in the function name that I just introduced (r201155) llvm-svn: 201156
diff --git a/clang/tools/libclang/Indexing.cpp b/clang/tools/libclang/Indexing.cpp index 7fb27bf..dc7a0c0 100644 --- a/clang/tools/libclang/Indexing.cpp +++ b/clang/tools/libclang/Indexing.cpp
@@ -756,7 +756,7 @@ unsigned index_options = ITUI->index_options; ITUI->result = 1; // init as error. - if (isNotUseableTU(TU)) { + if (isNotUsableTU(TU)) { LOG_BAD_TU(TU); return; }