diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-12-09 22:28:29 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-12-09 22:28:29 +0000 |
commit | 52a9b5aa5d994a22f309c62a9e0bbc070ee5eced (patch) | |
tree | 4025339fc2ea9180f55cfd43c875be01d8fdaab5 | |
parent | 2def77399ab3088106a2d61372344f5b7104e1a2 (diff) |
Sort exports list.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146286 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/libclang/libclang.exports | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index be74f58508..5d37b59662 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports @@ -4,6 +4,8 @@ clang_CXXMethod_isStatic 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_getDiagnosticRange clang_getDiagnosticSeverity clang_getDiagnosticSpelling clang_getElementType -clang_getEnumConstantDeclValue clang_getEnumConstantDeclUnsignedValue +clang_getEnumConstantDeclValue clang_getEnumDeclIntegerType clang_getExpansionLocation clang_getFile @@ -144,11 +146,13 @@ clang_getTypeDeclaration 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_getObjCProtocolRefListInfo 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 |