[cfe-commits] r80306 - /cfe/trunk/tools/CIndex/CIndex.exports
Ted Kremenek
kremenek at apple.com
Thu Aug 27 16:50:46 PDT 2009
Author: kremenek
Date: Thu Aug 27 18:50:46 2009
New Revision: 80306
URL: http://llvm.org/viewvc/llvm-project?rev=80306&view=rev
Log:
Update exports list.
Modified:
cfe/trunk/tools/CIndex/CIndex.exports
Modified: cfe/trunk/tools/CIndex/CIndex.exports
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/CIndex/CIndex.exports?rev=80306&r1=80305&r2=80306&view=diff
==============================================================================
--- cfe/trunk/tools/CIndex/CIndex.exports (original)
+++ cfe/trunk/tools/CIndex/CIndex.exports Thu Aug 27 18:50:46 2009
@@ -1 +1,17 @@
-_clang_index_dummy
+_clang_createIndex
+_clang_getCursor
+_clang_getCursorColumn
+_clang_getCursorDecl
+_clang_getCursorFromDecl
+_clang_getCursorKind
+_clang_getCursorLine
+_clang_getCursorSource
+_clang_getDeclarationName
+_clang_getDeclKind
+_clang_getDeclSpelling
+_clang_getEntity
+_clang_getEntityFromDecl
+_clang_getURI
+_clang_loadDeclaration
+_clang_loadTranslationUnit
+_clang_loadTranslationUnitFromASTFile
More information about the cfe-commits
mailing list