diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -445,7 +445,9 @@ /** * Sets general options associated with a CXIndex. * - * This function is DEPRECATED. Set CXIndexOptions::GlobalOptions and call + * This function is DEPRECATED. Set + * CXIndexOptions::ThreadBackgroundPriorityForIndexing and/or + * CXIndexOptions::ThreadBackgroundPriorityForEditing and call * clang_createIndexWithOptions() instead. * * For example: