[cfe-commits] r101069 - /cfe/trunk/tools/CIndex/CIndex.exports
Ted Kremenek
kremenek at apple.com
Mon Apr 12 14:22:10 PDT 2010
Author: kremenek
Date: Mon Apr 12 16:22:10 2010
New Revision: 101069
URL: http://llvm.org/viewvc/llvm-project?rev=101069&view=rev
Log:
Sort exports file.
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=101069&r1=101068&r2=101069&view=diff
==============================================================================
--- cfe/trunk/tools/CIndex/CIndex.exports (original)
+++ cfe/trunk/tools/CIndex/CIndex.exports Mon Apr 12 16:22:10 2010
@@ -2,12 +2,12 @@
_clang_codeComplete
_clang_codeCompleteGetDiagnostic
_clang_codeCompleteGetNumDiagnostics
-_clang_constructUSR_ObjCClass
_clang_constructUSR_ObjCCategory
+_clang_constructUSR_ObjCClass
_clang_constructUSR_ObjCIvar
_clang_constructUSR_ObjCMethod
-_clang_constructUSR_ObjCProtocol
_clang_constructUSR_ObjCProperty
+_clang_constructUSR_ObjCProtocol
_clang_createIndex
_clang_createTranslationUnit
_clang_createTranslationUnitFromSourceFile
@@ -22,8 +22,8 @@
_clang_equalCursors
_clang_equalLocations
_clang_formatDiagnostic
-_clang_getClangVersion
_clang_getCString
+_clang_getClangVersion
_clang_getCompletionChunkCompletionString
_clang_getCompletionChunkKind
_clang_getCompletionChunkText
More information about the cfe-commits
mailing list