commit | 9ce5584553054d0cb934940586aca0186e87fa57 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Sat Nov 20 00:09:34 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Sat Nov 20 00:09:34 2010 +0000 |
tree | 4b92b8b4694d55aa205e2e7e846d87403bbea1df | |
parent | 1a9d0503b67a499797141af0fd6d315d5045f0ea [diff] [blame] |
Implement a simple hash function for libclang cursors git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119876 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index fce89ca..de770ee 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports
@@ -102,6 +102,7 @@ clang_getTranslationUnitSpelling clang_getTypeDeclaration clang_getTypeKindSpelling +clang_hashCursor clang_isCursorDefinition clang_isDeclaration clang_isExpression