[cfe-commits] r85832 - /cfe/trunk/tools/CIndex/CIndex.exports

Daniel Dunbar daniel at zuster.org
Mon Nov 2 14:23:08 PST 2009


Author: ddunbar
Date: Mon Nov  2 16:23:08 2009
New Revision: 85832

URL: http://llvm.org/viewvc/llvm-project?rev=85832&view=rev
Log:
Sort export 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=85832&r1=85831&r2=85832&view=diff

==============================================================================
--- cfe/trunk/tools/CIndex/CIndex.exports (original)
+++ cfe/trunk/tools/CIndex/CIndex.exports Mon Nov  2 16:23:08 2009
@@ -1,34 +1,34 @@
 _clang_createIndex
+_clang_createTranslationUnit
+_clang_createTranslationUnitFromSourceFile
 _clang_disposeIndex
+_clang_disposeTranslationUnit
 _clang_getCursor
 _clang_getCursorColumn
 _clang_getCursorDecl
 _clang_getCursorFromDecl
 _clang_getCursorKind
+_clang_getCursorKindSpelling
 _clang_getCursorLine
 _clang_getCursorSource
-_clang_getDeclarationName
-_clang_getDeclSpelling
-_clang_getDeclLine
+_clang_getCursorSourceFile
+_clang_getCursorSpelling
 _clang_getDeclColumn
+_clang_getDeclLine
 _clang_getDeclSource
+_clang_getDeclSourceFile
+_clang_getDeclSpelling
+_clang_getDeclarationName
+_clang_getDefinitionSpellingAndExtent
 _clang_getEntity
 _clang_getEntityFromDecl
+_clang_getFileName
+_clang_getFileTime
+_clang_getTranslationUnitSpelling
 _clang_getURI
-_clang_loadDeclaration
-_clang_loadTranslationUnit
-_clang_createTranslationUnit
-_clang_createTranslationUnitFromSourceFile
-_clang_disposeTranslationUnit
 _clang_isDeclaration
-_clang_isReference
 _clang_isDefinition
 _clang_isInvalid
-_clang_getCursorSpelling
-_clang_getCursorKindSpelling
-_clang_getDefinitionSpellingAndExtent
-_clang_getTranslationUnitSpelling
-_clang_getCursorSourceFile
-_clang_getDeclSourceFile
-_clang_getFileName
-_clang_getFileTime
+_clang_isReference
+_clang_loadDeclaration
+_clang_loadTranslationUnit





More information about the cfe-commits mailing list