summaryrefslogtreecommitdiffstats
path: root/clang/tools/CIndex/CIndex.exports
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-02-22 23:17:23 +0000
committerDouglas Gregor <dgregor@apple.com>2010-02-22 23:17:23 +0000
commitd770f73facd5cca11567b651c0dda86dc2bc96ea (patch)
treec581951ead3b9aedba3de080daab3ccb67e31e90 /clang/tools/CIndex/CIndex.exports
parent45fceea0e45b5440675b3c18d6d1d26eacf606e1 (diff)
downloadbcm5719-llvm-d770f73facd5cca11567b651c0dda86dc2bc96ea.tar.gz
bcm5719-llvm-d770f73facd5cca11567b651c0dda86dc2bc96ea.zip
Rework the CIndex API for displaying diagnostics. Instead of printing
the diagnostics to a FILE*, return a CXString containing the formatted diagnostic. llvm-svn: 96823
Diffstat (limited to 'clang/tools/CIndex/CIndex.exports')
-rw-r--r--clang/tools/CIndex/CIndex.exports2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/CIndex/CIndex.exports b/clang/tools/CIndex/CIndex.exports
index e32e9d598cd..743317dc121 100644
--- a/clang/tools/CIndex/CIndex.exports
+++ b/clang/tools/CIndex/CIndex.exports
@@ -6,7 +6,6 @@ _clang_createIndex
_clang_createTranslationUnit
_clang_createTranslationUnitFromSourceFile
_clang_defaultDiagnosticDisplayOptions
-_clang_displayDiagnostic
_clang_disposeCodeCompleteResults
_clang_disposeDiagnostic
_clang_disposeIndex
@@ -16,6 +15,7 @@ _clang_disposeTranslationUnit
_clang_enableStackTraces
_clang_equalCursors
_clang_equalLocations
+_clang_formatDiagnostic
_clang_getClangVersion
_clang_getCString
_clang_getCompletionChunkCompletionString
OpenPOWER on IntegriCloud