diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-01-12 23:34:05 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-01-12 23:34:05 +0000 |
commit | 4a884fda19c835e01741dc0cded1902b9e400977 (patch) | |
tree | 41bd7f4a0cbdda9b2e155f58a15a474de6770b95 | |
parent | c50277f748d13f52bd62a6a2c3bede2cf7d65eea (diff) |
Make clang_getDeclUSR() visible.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93268 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/CIndex/CIndex.exports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CIndex/CIndex.exports b/tools/CIndex/CIndex.exports index 006fc06a96..a695ba2b08 100644 --- a/tools/CIndex/CIndex.exports +++ b/tools/CIndex/CIndex.exports @@ -28,6 +28,7 @@ _clang_getDeclExtent _clang_getDeclSource _clang_getDeclSourceFile _clang_getDeclSpelling +_clang_getDeclUSR _clang_getDeclaration _clang_getDefinitionSpellingAndExtent _clang_getEntityFromDecl @@ -36,7 +37,6 @@ _clang_getFileTime _clang_getNullCursor _clang_getNumCompletionChunks _clang_getTranslationUnitSpelling -_clang_getUSR _clang_isDeclaration _clang_isDefinition _clang_isInvalid |