diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-03-03 06:37:30 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-03-03 06:37:30 +0000 |
commit | 5b6493696c46dac44c638bedd209cd0c5f359b7c (patch) | |
tree | 43349f76cb6fcf5c446664ad9f6ced79c04623d3 /tools | |
parent | 16b4259aecaa22b642d35d36fd89965ed700c1e0 (diff) |
Export clang_getCursorLinkage().
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/CIndex/CIndex.exports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CIndex/CIndex.exports b/tools/CIndex/CIndex.exports index 743317dc12..e68060b27d 100644 --- a/tools/CIndex/CIndex.exports +++ b/tools/CIndex/CIndex.exports @@ -26,6 +26,7 @@ _clang_getCursorDefinition _clang_getCursorExtent _clang_getCursorKind _clang_getCursorKindSpelling +_clang_getCursorLinkage _clang_getCursorLocation _clang_getCursorReferenced _clang_getCursorSpelling |