commit | 1a9d0503b67a499797141af0fd6d315d5045f0ea | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Fri Nov 19 23:44:15 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Fri Nov 19 23:44:15 2010 +0000 |
tree | c14ff2a9bbf26b433754f17f0400fb2cf4f9b37c | |
parent | 2aa9267cf193e5eceb9fd24a51b51c031b606fe9 [diff] [blame] |
Implement clang_getCanonicalCursor() in libclang, which does the obvious thing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119874 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index ca9a9d1..fce89ca 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports
@@ -32,6 +32,7 @@ clang_formatDiagnostic clang_getCString clang_getCXXAccessSpecifier +clang_getCanonicalCursor clang_getCanonicalType clang_getClangVersion clang_getCompletionAvailability