Skip to content

Commit 2d91b0d

Browse files
vedgyAaronBallman
authored andcommitted
[libclang] Fix documentation; NFC
Fixes cc92959. The CXIndexOptions::GlobalOptions data member has been replaced with the two CXChoice data members during code review. Differential Revision: https://reviews.llvm.org/D146275
1 parent 86bce12 commit 2d91b0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/include/clang-c/Index.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,9 @@ clang_createIndexWithOptions(const CXIndexOptions *options);
445445
/**
446446
* Sets general options associated with a CXIndex.
447447
*
448-
* This function is DEPRECATED. Set CXIndexOptions::GlobalOptions and call
448+
* This function is DEPRECATED. Set
449+
* CXIndexOptions::ThreadBackgroundPriorityForIndexing and/or
450+
* CXIndexOptions::ThreadBackgroundPriorityForEditing and call
449451
* clang_createIndexWithOptions() instead.
450452
*
451453
* For example:

0 commit comments

Comments
 (0)