[cfe-commits] r146286 - /cfe/trunk/tools/libclang/libclang.exports
Ted Kremenek
kremenek at apple.com
Fri Dec 9 14:28:29 PST 2011
Author: kremenek
Date: Fri Dec 9 16:28:29 2011
New Revision: 146286
URL: http://llvm.org/viewvc/llvm-project?rev=146286&view=rev
Log:
Sort exports list.
Modified:
cfe/trunk/tools/libclang/libclang.exports
Modified: cfe/trunk/tools/libclang/libclang.exports
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/libclang/libclang.exports?rev=146286&r1=146285&r2=146286&view=diff
==============================================================================
--- cfe/trunk/tools/libclang/libclang.exports (original)
+++ cfe/trunk/tools/libclang/libclang.exports Fri Dec 9 16:28:29 2011
@@ -4,6 +4,8 @@
clang_CXXMethod_isVirtual
clang_Cursor_getTranslationUnit
clang_Cursor_isNull
+clang_IndexAction_create
+clang_IndexAction_dispose
clang_Range_isNull
clang_annotateTokens
clang_codeCompleteAt
@@ -98,8 +100,8 @@
clang_getDiagnosticSeverity
clang_getDiagnosticSpelling
clang_getElementType
-clang_getEnumConstantDeclValue
clang_getEnumConstantDeclUnsignedValue
+clang_getEnumConstantDeclValue
clang_getEnumDeclIntegerType
clang_getExpansionLocation
clang_getFile
@@ -144,11 +146,13 @@
clang_getTypeKindSpelling
clang_getTypedefDeclUnderlyingType
clang_hashCursor
-clang_IndexAction_create
-clang_IndexAction_dispose
+clang_indexLoc_getCXSourceLocation
+clang_indexLoc_getFileLocation
+clang_indexSourceFile
+clang_indexTranslationUnit
+clang_index_getCXXClassDeclInfo
clang_index_getClientContainer
clang_index_getClientEntity
-clang_index_getCXXClassDeclInfo
clang_index_getIBOutletCollectionAttrInfo
clang_index_getObjCCategoryDeclInfo
clang_index_getObjCContainerDeclInfo
@@ -157,10 +161,6 @@
clang_index_isEntityObjCContainerKind
clang_index_setClientContainer
clang_index_setClientEntity
-clang_indexLoc_getCXSourceLocation
-clang_indexLoc_getFileLocation
-clang_indexSourceFile
-clang_indexTranslationUnit
clang_isAttribute
clang_isConstQualifiedType
clang_isCursorDefinition
More information about the cfe-commits
mailing list