[cfe-commits] r97647 - /cfe/trunk/tools/CIndex/CIndex.exports
Ted Kremenek
kremenek at apple.com
Tue Mar 2 22:37:30 PST 2010
Author: kremenek
Date: Wed Mar 3 00:37:30 2010
New Revision: 97647
URL: http://llvm.org/viewvc/llvm-project?rev=97647&view=rev
Log:
Export clang_getCursorLinkage().
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=97647&r1=97646&r2=97647&view=diff
==============================================================================
--- cfe/trunk/tools/CIndex/CIndex.exports (original)
+++ cfe/trunk/tools/CIndex/CIndex.exports Wed Mar 3 00:37:30 2010
@@ -26,6 +26,7 @@
_clang_getCursorExtent
_clang_getCursorKind
_clang_getCursorKindSpelling
+_clang_getCursorLinkage
_clang_getCursorLocation
_clang_getCursorReferenced
_clang_getCursorSpelling
More information about the cfe-commits
mailing list