From 378d4baf37e1a0e50f4d4f37f94d5e6b7b9ffb71 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 6 Jan 2010 05:41:00 +0000 Subject: [PATCH] Add _clang_getDeclExtent to export list. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92825 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/CIndex/CIndex.exports | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/CIndex/CIndex.exports b/tools/CIndex/CIndex.exports index 4fc769a621..4feab15482 100644 --- a/tools/CIndex/CIndex.exports +++ b/tools/CIndex/CIndex.exports @@ -22,6 +22,7 @@ _clang_getCursorSource _clang_getCursorSourceFile _clang_getCursorSpelling _clang_getDeclColumn +_clang_getDeclExtent _clang_getDeclLine _clang_getDeclExtent _clang_getDeclSourceFile -- 2.50.1