diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-01-26 04:52:52 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-01-26 04:52:52 +0000 |
commit | db84e7a44dce24c3a8e4e0fc84434c00fc2da168 (patch) | |
tree | 9aad4b86e73fd27506c97453370300d62e977566 /tools/libclang/libclang.exports | |
parent | 4e4d7cedb84e6c5476e9cee5128e977b240331a6 (diff) | |
download | clang-db84e7a44dce24c3a8e4e0fc84434c00fc2da168.tar.gz |
[libclang] Introduce clang_getFileUniqueID which returns a struct
for a CXFile containing device/inode/modification time.
Intended to be useful as a key associated with a unique file across
an indexing session.
rdar://13091837
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/libclang/libclang.exports')
-rw-r--r-- | tools/libclang/libclang.exports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index 8f3c86318c..616be4c635 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports @@ -166,6 +166,7 @@ clang_getFile clang_getFileLocation clang_getFileName clang_getFileTime +clang_getFileUniqueID clang_getFunctionTypeCallingConv clang_getIBOutletCollectionType clang_getIncludedFile |