diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-11-08 20:42:13 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-11-08 20:42:13 +0000 |
commit | 4c11772bb9e1bf7fb0cdf8fd3566314ef91baf8c (patch) | |
tree | 2cba417383409dadd73f420f718e6a1a7172e3ac | |
parent | 0b69aa856308f6b35f8b96ef269a482558f2966b (diff) |
Sort contents of exports file. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144116 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/libclang/libclang.exports | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index 4d69317dd8..e224f3baa7 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports @@ -2,6 +2,9 @@ clang_CXCursorSet_contains clang_CXCursorSet_insert clang_CXXMethod_isStatic clang_CXXMethod_isVirtual +clang_Cursor_getTranslationUnit +clang_Cursor_isNull +clang_Range_isNull clang_annotateTokens clang_codeCompleteAt clang_codeCompleteGetContainerKind @@ -20,8 +23,6 @@ clang_createCXCursorSet clang_createIndex clang_createTranslationUnit clang_createTranslationUnitFromSourceFile -clang_Cursor_getTranslationUnit -clang_Cursor_isNull clang_defaultCodeCompleteOptions clang_defaultDiagnosticDisplayOptions clang_defaultEditingTranslationUnitOptions @@ -53,8 +54,8 @@ clang_getCXXAccessSpecifier clang_getCanonicalCursor clang_getCanonicalType clang_getClangVersion -clang_getCompletionAvailability clang_getCompletionAnnotation +clang_getCompletionAvailability clang_getCompletionChunkCompletionString clang_getCompletionChunkKind clang_getCompletionChunkText @@ -150,7 +151,6 @@ clang_isUnexposed clang_isVirtualBase clang_isVolatileQualifiedType clang_parseTranslationUnit -clang_Range_isNull clang_remap_dispose clang_remap_getFilenames clang_remap_getNumFiles |