summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-10-11 16:52:23 +0000
committerDouglas Gregor <dgregor@apple.com>2010-10-11 16:52:23 +0000
commit7845f1e80e424c9b9d51ab9065e2a034226301d1 (patch)
treedfb4ae87ab85edb317ea98bdc5fdfc46f179a4b7 /clang/include/clang-c
parentafef640a9a75a1d4cbecb1d45dab333c2106989e (diff)
downloadbcm5719-llvm-7845f1e80e424c9b9d51ab9065e2a034226301d1.tar.gz
bcm5719-llvm-7845f1e80e424c9b9d51ab9065e2a034226301d1.zip
Eliminate clang_setUseExternalASTGeneration() from libclang. Between
improvements to the compiler and the introduction of crash recovery, it no longer makes sense to allow this mode. Moreover, this eliminates one use of the "clang" executable from within libclang; we'd like them all to go away. llvm-svn: 116207
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 707c0df2017..1dc4c05c025 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/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
*
* @{
OpenPOWER on IntegriCloud