[cfe-commits] r92825 - /cfe/trunk/tools/CIndex/CIndex.exports

Daniel Dunbar daniel at zuster.org
Tue Jan 5 21:41:00 PST 2010


Author: ddunbar
Date: Tue Jan  5 23:41:00 2010
New Revision: 92825

URL: http://llvm.org/viewvc/llvm-project?rev=92825&view=rev
Log:
Add _clang_getDeclExtent to export list.

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=92825&r1=92824&r2=92825&view=diff

==============================================================================
--- cfe/trunk/tools/CIndex/CIndex.exports (original)
+++ cfe/trunk/tools/CIndex/CIndex.exports Tue Jan  5 23:41:00 2010
@@ -22,6 +22,7 @@
 _clang_getCursorSourceFile
 _clang_getCursorSpelling
 _clang_getDeclColumn
+_clang_getDeclExtent
 _clang_getDeclLine
 _clang_getDeclExtent
 _clang_getDeclSourceFile





More information about the cfe-commits mailing list