diff options
Diffstat (limited to 'clang/tools/libclang/Indexing.cpp')
-rw-r--r-- | clang/tools/libclang/Indexing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/libclang/Indexing.cpp b/clang/tools/libclang/Indexing.cpp index 7fb27bf258c..dc7a0c0714b 100644 --- a/clang/tools/libclang/Indexing.cpp +++ b/clang/tools/libclang/Indexing.cpp @@ -756,7 +756,7 @@ static void clang_indexTranslationUnit_Impl(void *UserData) { unsigned index_options = ITUI->index_options; ITUI->result = 1; // init as error. - if (isNotUseableTU(TU)) { + if (isNotUsableTU(TU)) { LOG_BAD_TU(TU); return; } |