[cfe-commits] r140171 - /cfe/trunk/tools/libclang/libclang.exports
Ted Kremenek
kremenek at apple.com
Tue Sep 20 12:02:45 PDT 2011
Author: kremenek
Date: Tue Sep 20 14:02:45 2011
New Revision: 140171
URL: http://llvm.org/viewvc/llvm-project?rev=140171&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=140171&r1=140170&r2=140171&view=diff
==============================================================================
--- cfe/trunk/tools/libclang/libclang.exports (original)
+++ cfe/trunk/tools/libclang/libclang.exports Tue Sep 20 14:02:45 2011
@@ -2,14 +2,13 @@
clang_CXCursorSet_insert
clang_CXXMethod_isStatic
clang_CXXMethod_isVirtual
-clang_getCursorReferenceNameRange
clang_annotateTokens
clang_codeCompleteAt
-clang_codeCompleteGetDiagnostic
-clang_codeCompleteGetNumDiagnostics
clang_codeCompleteGetContainerKind
clang_codeCompleteGetContainerUSR
clang_codeCompleteGetContexts
+clang_codeCompleteGetDiagnostic
+clang_codeCompleteGetNumDiagnostics
clang_codeCompleteGetObjCSelector
clang_constructUSR_ObjCCategory
clang_constructUSR_ObjCClass
@@ -65,6 +64,7 @@
clang_getCursorLexicalParent
clang_getCursorLinkage
clang_getCursorLocation
+clang_getCursorReferenceNameRange
clang_getCursorReferenced
clang_getCursorResultType
clang_getCursorSemanticParent
@@ -106,6 +106,7 @@
clang_getRange
clang_getRangeEnd
clang_getRangeStart
+clang_getRemappings
clang_getResultType
clang_getSpecializedCursorTemplate
clang_getSpellingLocation
@@ -137,6 +138,9 @@
clang_isVirtualBase
clang_isVolatileQualifiedType
clang_parseTranslationUnit
+clang_remap_dispose
+clang_remap_getFilenames
+clang_remap_getNumFiles
clang_reparseTranslationUnit
clang_saveTranslationUnit
clang_sortCodeCompletionResults
@@ -144,7 +148,3 @@
clang_tokenize
clang_visitChildren
clang_visitChildrenWithBlock
-clang_getRemappings
-clang_remap_getNumFiles
-clang_remap_getFilenames
-clang_remap_dispose
More information about the cfe-commits
mailing list