diff options
Diffstat (limited to 'include/clang-c/Index.h')
-rw-r--r-- | include/clang-c/Index.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 707c0df201..1dc4c05c02 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -202,18 +202,6 @@ CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH, CINDEX_LINKAGE void clang_disposeIndex(CXIndex index); /** - * \brief Request that AST's be generated externally for API calls which parse - * source code on the fly, e.g. \see createTranslationUnitFromSourceFile. - * - * Note: This is for debugging purposes only, and may be removed at a later - * date. - * - * \param index - The index to update. - * \param value - The new flag value. - */ -CINDEX_LINKAGE void clang_setUseExternalASTGeneration(CXIndex index, - int value); -/** * \defgroup CINDEX_FILES File manipulation routines * * @{ |