[cfe-commits] r93268 - /cfe/trunk/tools/CIndex/CIndex.exports
Ted Kremenek
kremenek at apple.com
Tue Jan 12 15:34:05 PST 2010
Author: kremenek
Date: Tue Jan 12 17:34:05 2010
New Revision: 93268
URL: http://llvm.org/viewvc/llvm-project?rev=93268&view=rev
Log:
Make clang_getDeclUSR() visible.
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=93268&r1=93267&r2=93268&view=diff
==============================================================================
--- cfe/trunk/tools/CIndex/CIndex.exports (original)
+++ cfe/trunk/tools/CIndex/CIndex.exports Tue Jan 12 17:34:05 2010
@@ -28,6 +28,7 @@
_clang_getDeclSource
_clang_getDeclSourceFile
_clang_getDeclSpelling
+_clang_getDeclUSR
_clang_getDeclaration
_clang_getDefinitionSpellingAndExtent
_clang_getEntityFromDecl
@@ -36,7 +37,6 @@
_clang_getNullCursor
_clang_getNumCompletionChunks
_clang_getTranslationUnitSpelling
-_clang_getUSR
_clang_isDeclaration
_clang_isDefinition
_clang_isInvalid
More information about the cfe-commits
mailing list